Click or drag to resize

RedactOptions Properties

The RedactOptions type exposes the following members.

Properties
  NameDescription
Public propertyCanRedact
Gets a flag to indicate that the redaction has at least one active rule.
Public propertyEncrypt
Gets or sets a value to indicate whether redacted characters are encrypted and stored in the PDF metadata stream.
Public propertyPassword
An optional password to encrypt redaction data before storing in the PDF metadata stream. If not specified and the document is encrypted, then the OwnerPassword, if specified, will be used also as the redaction password. If both of RedactPassword and OwnerPassword are unspecified, then a standard secret password will be use to encrypt the redaction data.
Public propertyWhiteBox
Option controls whether redactions are drawn using black or while boxes.
Top
See Also