PdfSecurityOptions class

PdfSecurityOptions class

Contains the PDF document security options.

Inheritance: PdfSecurityOptionsAddPasswordOptions

The PdfSecurityOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PdfSecurityOptions class.

Properties

Property Description
password The password for document protection.
owner_password The password required to change permission settings.
Using a permissions password you can restrict printing, modification and data extraction.
permissions The PDF document permissions such as printing, modification and data extraction.

See Also