Skip to main content
PageOrientationEnum enumeration constants are used to set page orientation during export in PDF/RTF/DOCX/ODT or XLSX format.
typedef enum {
 POM_Portrait,
 POM_Landscape,
 POM_Auto,
 POM_MostFrequent
} PageOrientationEnum;

Elements

NameDescription
POM\_AutoThe orientation is detected automatically.
POM\_LandscapeSets landscape orientation.
POM\_MostFrequentSets orientation that is the most frequently used in the document. <Note> The value is not available for XLSX format. </Note>
POM\_PortraitSets portrait orientation.

Used in

IRTFExportParams::PageOrientation IXLExportParams::PageOrientation IPDFExportFeatures::PageOrientation