PagesGroupingEnum
PagesGroupingEnum enumeration constants are used to denote the types of grouping images into documents.
typedef enum {
PG_NotGroupPages,
PG_GroupPagesByPagesCount,
PG_GroupPagesByOriginFile,
PG_GroupPagesByEmptyPageDelimiters,
PG_GroupPagesByBarcode
} PagesGroupingEnum;
Elements
Name | Description |
---|---|
PG_NotGroupPages | Do not group images. All the images will be added to one document. |
PG_GroupPagesByPagesCount | Group every n image pages into a separate document. The number of pages (n) is specified in the IImageGroupingParams::PagesCount property. |
PG_GroupPagesByOriginFile | Group image pages as in the original files. Pages from each image file will be grouped into a separate document. |
PG_GroupPagesByEmptyPageDelimiters | Use blank pages to group images. A new document will be created at each blank page found in the image file. The blank pages can then be deleted (set the IImageGroupingParams::DeleteDelimiters property to TRUE if required). |
PG_GroupPagesByBarcode | Use barcodes to group images. A new document will be created at each page with a barcode of the specified type or value (set the BarcodeType and BarcodeValue properties of the ImageGroupingParams object). The barcode pages can then be deleted (set the IImageGroupingParams::DeleteDelimiters property to TRUE if required). |
Used in
15.08.2023 13:19:30