This property controls the page orientation of the pages of the PDF document generated by the HTML to PDF converter. The default orientation is Portrait.

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

Syntax

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

Property Value

Type: PdfPageOrientation

See Also