Skip to main content
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