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
8/15/2023 1:19:30 PM