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. |
typedef enum {
DCT_Picture,
DCT_Text
} DocumentChangeTypeEnum;
| 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. |
Was this page helpful?