Click or drag to resize
Pdf Library for .NET

PdfPrinterPageOrientation Enumeration

Defines printed page orientations.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum PdfPrinterPageOrientation
Members
  Member nameValueDescription
Auto0 Prints the document automatically determining the orientation.
Portrait1 Prints the document in Portrait mode.
Landscape2 Prints the document in Landscape mode.
See Also