DocumentChangeTypeEnum
DocumentChangeTypeEnum enumeration constants are used to specify the type of the content that was changed in the copy of the document or page.
typedef enum {
DCT_Picture,
DCT_Text
} DocumentChangeTypeEnum;
Elements
Name | Description |
---|---|
DCT_Picture | A picture in the copy of the document or page has been modified. |
DCT_Text | Some text in the copy of the document or page has been modified. |
Used in
03.07.2024 8:50:25