DeleteAnnotations

IAnnotatedDocument.DeleteAnnotations method

Deletes all annotations, matching regular expression within the document.

public RedactionResult DeleteAnnotations(Regex regularExpression)
Parameter Type Description
regularExpression Regex Regular expression to match

Return Value

Deletion result

See Also