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

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

Syntax

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

Property Value

Type: Boolean

See Also