A flag indicating if the PDF page to initialize is a new page just created by converter or a previously created page

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

Syntax

C#
public bool IsNewPage { get; }
Visual Basic
Public ReadOnly Property IsNewPage As Boolean
	Get
Visual C++
public:
property bool IsNewPage {
	bool get ();
}

Property Value

Type: Boolean

See Also