PdfEncryptionInfo.OwnerPassword

PdfEncryptionInfo.OwnerPassword property

Gets or sets the Owner password.

public string OwnerPassword { get; set; }

Property Value

The owner password.

Remarks

Opening the document with the correct owner password (assuming it is not the same as the user password) allows full (owner) access to the document. This unlimited access includes the ability to change the document’s passwords and access permissions.

See Also