IAnnotatedDocument class
Leave feedback
On this page
Defines methods required for accessing annotations, such as comments, and must be implemented by a DocumentFormatInstance-derived class to perform annotation redactions.
Learn more:
- More details about applying redactions: https://docs.groupdocs.com/redaction/net/redaction-basics/
- More details about document annotation redactions: https://docs.groupdocs.com/redaction/net/annotation-redactions/
- More details about implementing custom formats: https://docs.groupdocs.com/redaction/net/create-custom-format-handler/
The IAnnotatedDocument type exposes the following members:
| 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 |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.