> ## 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

> ABBYY FineReader Engine API の DocumentChangeTypeEnum — 比較中にドキュメントまたはページのコピーで変更されたコンテンツの型（画像、テキスト）。

DocumentChangeTypeEnum 列挙定数は、Documentまたはページのコピーで変更されたコンテンツの型を指定するために使用されます。

```
typedef enum {
 DCT_Picture,
 DCT_Text
} DocumentChangeTypeEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前           | 説明                                    |
| ------------ | ------------------------------------- |
| DCT\_Picture | Documentまたはページのコピー内の画像が変更されています。      |
| DCT\_Text    | Documentまたはページのコピー内の一部のテキストが変更されています。 |

<div id="used-in">
  ## 使用箇所
</div>

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