Set this property to indicate whether the template is drawn or not on the first page. By default this property is true.

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

Syntax

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

Property Value

Type: Boolean

See Also