Table of Contents

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 = 1

Paper is rotated into landscape orientation.

Portrait = 0

Paper is rotated into portrait orientation.