PdfOutputOptions.OwnerPassword Property

This property accesses the owner password used to secure the PDF output.

Syntax

public string OwnerPassword { get;  set; }

Remarks

If a password is set, AES-128 encryption is used. PDF passwords, as required by the PDF specification, must use ANSI text. Therefore, to be more compatible across locales, only ASCII text should be used for passwords.

Note that PDF encryption is not highly secure.