Click or drag to resize

RedactOptionsPassword Property

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.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public string Password { get; set; }

Property Value

Type: String
See Also