The PDF page orientation

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

Syntax

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

Property Value

Type: PdfPageOrientation

See Also