When true this property instructs the HTML to PDF element converter to try to avoid cutting off the images between PDF pages

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool AvoidImageBreak { get; set; }
Visual Basic
Public Property AvoidImageBreak As Boolean
	Get
	Set
Visual C++
public:
property bool AvoidImageBreak {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also