Click or drag to resize

RedactDataPassword Property

Gets or sets the owner or user password for opening the PDF document.
Remarks
The password stored within the encrypted redaction data is one of "PDF owner password", "PDF user password" or "empty string". The inclusion of the regular PDF passwords allows treating the redaction password as a super password which can open the document with all privileges, including access to redacted 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