BatchItemTypeEnum
BatchItemTypeEnum enumeration constants specify the type of the batch item.
typedef enum {
BIT_Page,
BIT_Document
} BatchItemTypeEnum;
Elements
Name | Description |
---|---|
BIT_Page | The batch item is a page. |
BIT_Document | The batch item is a document. |
Used in
15.08.2023 13:19:30