Click or drag to resize

PdfMetamorphosisPageSettingOrientations Enumeration

Set a page orientation of PDF document.

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public enum Orientations
Members
Member nameValueDescription
Portrait0 Set portrait page orientation.
Landscape1 Set landscape page orientation.
Auto2 Page orientation the same as in a source document.
See Also