This enumeration represents the possible orientations of the PDF pages of a PDF document

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

Syntax

C#
public enum PdfPageOrientation
Visual Basic
Public Enumeration PdfPageOrientation
Visual C++
public enum class PdfPageOrientation

Members

Member nameValueDescription
Portrait0 Portrait
Landscape1 Landscape

See Also