Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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.
POM\_PortraitSets portrait orientation.

Used in

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