PdfSecurityOptions

PdfSecurityOptions class

Contains the PDF document security options.

public class PdfSecurityOptions : AddPasswordOptions

Constructors

Name Description
PdfSecurityOptions(string) Initializes a new instance of the PdfSecurityOptions class.

Properties

Name Description
OwnerPassword { get; set; } The password required to change permission settings. Using a permissions password you can restrict printing, modification and data extraction.
Password { get; } The password for document protection.
Permissions { get; set; } The PDF document permissions such as printing, modification and data extraction.

See Also