PdfMetamorphosisPageSettingOrientations Enumeration |
Set a page orientation of PDF document.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.8.15
Syntax Public 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