PdfSecurityOptions.OwnerPassword

PdfSecurityOptions.OwnerPassword property

Gets or sets the owner password for the encrypted PDF document.

public string OwnerPassword { get; set; }

Remarks

The owner password allows the user to open an encrypted PDF document without any access restrictions specified.

See Also