|
PdfPageOrientation Enumeration |
The list of pdf pages available orientations.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfPageOrientation
Public Enumeration PdfPageOrientation
Members
| Member name | Value | Description |
---|
| Portrait | 0 |
Portrait
|
| Landscape | 1 |
Landscape
|
See Also