Skip to main content
XPSExportModeEnum enumeration constants are used to set the mode of export to XPS format.
typedef enum {
 XEM_ImageOnly,
 XEM_ImageOnText
} XPSExportModeEnum;

Elements

NameDescription
XEM\_ImageOnlyThe page image is saved as picture. For this export mode the recognition results and layout information are not used, and you can skip the corresponding processing stages without affecting the export results.
XEM\_ImageOnTextThe page image is saved as a picture, and the recognized text is put under it and can be used, for example, for full-text search.

Used in

XPSExportParams::TextExportMode