PdfMetamorphosisPageSettingOrientations Enumeration |
Set a page orientation of PDF document.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2025.10.22
SyntaxPublic Enumeration Orientations
Members| Member name | Value | Description |
|---|
| Portrait | 0 |
Set portrait page orientation.
|
| Landscape | 1 |
Set landscape page orientation.
|
| Auto | 2 |
Page orientation the same as in a source document.
|
See Also