IAnnotatedDocument
Leave feedback
On this page
Defines methods that are required for access to annotations, such as comments. Needs to be implemented by DocumentFormatInstance-derived class to perform annotation redactions.
public interface IAnnotatedDocument
| Name | Description |
|---|---|
| DeleteAnnotations(Regex) | Deletes all annotations, matching regular expression within the document. |
| RedactAnnotation(Regex, string) | Replaces the matching text in all annotations within the document. |
Learn more
- More details about applying redactions: Redaction basics
- More details about document annotation redactions: Annotation redactions
- More details about implementing custom formats: Create custom format handler
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction
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.