Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPrintPageOrientation Enum

Lists the available document orientation modes.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Drawing.dll

Declaration

public enum PdfPrintPageOrientation

Members

Name Description
Auto

The orientation is defined automatically to fit the page content to the specific paper type.

Portrait

Orientation of the document pages is portrait.

Landscape

Orientation of the document pages is landscape.

Remarks

A PdfPrintPageOrientation enumeration value is returned by the PdfPrinterSettings.PageOrientation property.

See Also