When true this property instructs the HTML to PDF element converter to try to
avoid cutting off the text between PDF pages. This property is true by default
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool AvoidTextBreak { get; set; } |
| Visual Basic |
|---|
Public Property AvoidTextBreak As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AvoidTextBreak { bool get (); void set (bool value); } |