Enum PdfPaperOrientation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies paper orientation of a PdfPage or a PdfXObject.
public enum PdfPaperOrientation
Fields
Landscape = 1Paper is rotated into landscape orientation.
Portrait = 0Paper is rotated into portrait orientation.