RedactAnnotation

IFixedFormatDocument.RedactAnnotation method

Replaces the matching text in all annotations within the document with given options.

public RedactionResult RedactAnnotation(Regex regularExpression, ReplacementOptions options)
Parameter Type Description
regularExpression Regex Regular expression to search and replace
options ReplacementOptions Replacement options

Return Value

Replacement result

See Also