Constructor
Mark a region for redaction.
Parameters:
Name | Type | Description |
---|---|---|
args |
Object | An object of the members. |
Extends
- PSPDFKit.Annotation.MarkupAnnotation
Redaction annotations are used to mark regions of content or text of the document to eventually redact (i.e. remove the content from the document in an irreversible way).
You can customize how a redaction annotation looks in its marked state, which is when the redaction hasn't been applied yet, and the redacted state, that is the final appearance that the redacted region will have.
The fillColor
, overlayText
, color
and repeatOverlayText
influence
the redacted appearance, while outlineColor
influences the marked
appearance.
Mark a region for redaction.
Name | Type | Description |
---|---|---|
args |
Object | An object of the members. |