A flag indicating if the hidden elements are rendered 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 NoSizeElementsEnabled { get; set; } |
| Visual Basic |
|---|
Public Property NoSizeElementsEnabled As Boolean Get Set |
| Visual C++ |
|---|
public: property bool NoSizeElementsEnabled { bool get (); void set (bool value); } |