IAnnotatedDocument class

IAnnotatedDocument class

Defines methods required for accessing annotations, such as comments, and must be implemented by a DocumentFormatInstance-derived class to perform annotation redactions.

Learn more:

The IAnnotatedDocument type exposes the following members:

Methods

Method Description
delete_annotations Deletes all annotations that match the regular expression within the document.
delete_annotations_regex
redact_annotation Replaces the matching text in all annotations within the document.
redact_annotation_file
redact_annotation_regex
redact_annotation_string

See Also