Class RedactionTemplate
An abstract class holding the common template of a redaction.
Namespace: PSPDFKit.Redaction.Description
Assembly: PSPDFKit.dll
Syntax
public abstract class RedactionTemplate : object
Fields
FillColor
The color of the block which the redacted item/s will be covered with.
Declaration
public Color FillColor
Field Value
Type | Description |
---|---|
Color |
Pages
The pages for which the redaction should be applied to.
Declaration
public readonly List<int> Pages
Field Value
Type | Description |
---|---|
List<System.Int32> |