IAnnotatedDocument Interface |
Defines methods that are required for access to annotations, such as comments. Needs to be implemented by
DocumentFormatInstance-derived class to perform annotation redactions.
Namespace: GroupDocs.Redaction.IntegrationAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic interface IAnnotatedDocument
Public Interface IAnnotatedDocument
public interface class IAnnotatedDocument
type IAnnotatedDocument = interface end
The IAnnotatedDocument type exposes the following members.
Methods
| Name | Description |
---|
 | DeleteAnnotations |
Deletes all annotations, matching regular expression within the document.
|
 | RedactAnnotation |
Replaces the matching text in all annotations within the document.
|
Remarks
See Also