Removes watermark from the document....png" ); Regexregex = new Regex ( @"^Company\sName$"...= new TextSearchCriteria ( regex ); PossibleWatermarkCol watermarks...
Deletes all annotations, matching regular expression within the document....RedactionResult DeleteAnnotations ( Regex regularExpression ) Function...DeleteAnnotations ( regularExpression As Regex ) As RedactionResult RedactionResult...
Gets the regular expression to match....Syntax C# VB C++ F# public Regex Pattern { get ; } Public ReadOnly...Pattern As Regex Get public : property Regex ^ Pattern { Regex ^ get...
Gets the regular expression to match name (key) of metadata item....Syntax C# VB C++ F# public Regex KeyExpression { get ; } Public...KeyExpression As Regex Get public : property Regex ^ KeyExpression...
Gets the regular expression to match value text of a metadata item....Syntax C# VB C++ F# public Regex ValueExpression { get ; } Public...ValueExpression As Regex Get public : property Regex ^ ValueExpression...
Replaces the matching text in all annotations within the document....RedactionResult RedactAnnotation ( Regex regularExpression , string replacement...RedactAnnotation ( regularExpression As Regex , replacement As String ) As...
Represents a complex textual redaction that affects text images and annotations in an area of the page....Description PageAreaRedaction(Pattern regex, ReplacementOptions options)... PageAreaRedaction(Pattern regex, ReplacementOptions options...
Replaces all matches of the regular expression with a given replacement....RedactionResult ReplaceText ( Regex regularExpression , ReplacementOptions...ReplaceText ( regularExpression As Regex , options As ReplacementOptions...
Replaces all matches with a given replacement in the specified column on all worksheets....Method (Regex, String, Int32) ReplaceInColumn Method (Regex, String...Description ReplaceInColumn(Regex, String, Int32) Replaces all...
Removes all watermarks in the collection from the document....png" ); Regexregex = new Regex( @"^Company\sName$"...textSearchCriteria = new TextSearchCriteria(regex); PossibleWatermarkCol watermarks...