Set this property on true to cancel the conversion before the PDF page to initialize is rendered

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

Syntax

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

Property Value

Type: Boolean

See Also