Security
Security class
Contains the PDF document security options. For details, see the documentation.
Constructors
Properties
Name |
Description |
DocumentOpenPassword { get; set; } |
The password required to open the PDF document. |
Permissions { get; set; } |
The PDF document permissions such as printing, modification and data extraction. |
PermissionsPassword { get; set; } |
The password required to change permission settings. Using a permissions password you can restrict printing, modification and data extraction. |
See Also