Class RedactionRegEx

A class describing the template of a redaction based upon a regular expression. The regular expression flavor is based on ICU regular expression (http://userguide.icu-project.org/strings/regexp), which is a derivative of Perl regular expressions.

Inheritance
System.Object
RedactionRegEx
Namespace: PSPDFKit.Redaction.Description
Assembly: PSPDFKit.dll
Syntax
public class RedactionRegEx : RedactionTemplate

Fields

Pattern

The regex pattern used to identify redactions. Note: Text lines end with CRLF (\r\n).

Declaration
public string Pattern
Field Value
Type Description
System.String