PdfPageOrientation Property Terminal Works - PDF Printing.Net Library
Gets or sets the orientation of the page. The default value PageOrientation.Portrait. If an imported page has a /Rotate value that matches the formula 90 + n * 180 the orientation is set to PageOrientation.Landscape.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PageOrientation Orientation { get; set; }

Property Value

Type: PageOrientation
See Also

Reference