A flag indicating if the images scaling is allowed in the PDF document generated by the HTML to PDF converter.
The default property value is false
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool ImagesScalingEnabled { get; set; } |
| Visual Basic |
|---|
Public Property ImagesScalingEnabled As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ImagesScalingEnabled { bool get (); void set (bool value); } |