Skip to main content

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

NameDescription
DCT\_PictureA picture in the copy of the document or page has been modified.
DCT\_TextSome text in the copy of the document or page has been modified.

Used in

IChange::ChangeType