IAnnotatedDocument

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.

public interface IAnnotatedDocument

Methods

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.

Remarks

Learn more

See Also