Class RedactionMatchRule
Base class for all redaction match rule types.
Inherited Members
Namespace: Accusoft.PrizmDocServer.Redaction
Assembly: PrizmDocServerSDK.dll
Syntax
public abstract class RedactionMatchRule
Constructors
RedactionMatchRule()
Initializes a new instance of the RedactionMatchRule class.
Declaration
protected RedactionMatchRule()
Properties
RedactWith
Gets or sets the RedactionCreationOptions to use for all redactions created from this rule.
Declaration
public RedactionCreationOptions RedactWith { get; set; }
Property Value
Type | Description |
---|---|
RedactionCreationOptions |