> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

[IChange::ChangeType](/fine-reader/engine/api-reference/document-comparison-objects/change#changetype)
