When this property is true the content produced by the HTML to PDF element will be resized if necessary to fit the available width in PDF page.
When false the HTML content will be rendered at the real size. By default this property is true and
the content will be resized if necessary to fit the available width in PDF page.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool FitWidth { get; set; } |
| Visual Basic |
|---|
Public Property FitWidth As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool FitWidth {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also