A flag indicating if rendering of HTML document is tiled in HTML to PDF element.
This property is true by default
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool TiledRenderingEnabled { get; set; } |
| Visual Basic |
|---|
Public Property TiledRenderingEnabled As Boolean Get Set |
| Visual C++ |
|---|
public: property bool TiledRenderingEnabled { bool get (); void set (bool value); } |