Enum PageOrientation
- Namespace
- PdfSharp
- Assembly
- PdfSharp.dll
Specifies the orientation of a page.
public enum PageOrientation
Fields
Landscape = 1The width and height of the page are reversed.
Portrait = 0The default page orientation.
Specifies the orientation of a page.
public enum PageOrientation
Landscape = 1The width and height of the page are reversed.
Portrait = 0The default page orientation.