Gets or sets the destination width in points of the rendered content. If the specified with is less or equal to 0,
the destination width will be given by the available width in page
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public float Width { get; set; } |
| Visual Basic |
|---|
Public Property Width As Single Get Set |
| Visual C++ |
|---|
public: property float Width { float get (); void set (float value); } |