XPSExportModeEnum
XPSExportModeEnum enumeration constants are used to set the mode of export to XPS format.
typedef enum {
XEM_ImageOnly,
XEM_ImageOnText
} XPSExportModeEnum;
Elements
Name | Description |
---|---|
XEM_ImageOnly | The 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_ImageOnText | The 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
7/3/2024 8:50:25 AM