|
bool | HasOwnerPermissions [get] |
| Indicates whether the granted access to the document is 'owner permission'. Returns true if the document is unprotected or was opened with the owner password. Returns false if the document was opened with the user password. More...
|
|
PdfDocumentSecurityLevel | DocumentSecurityLevel [get, set] |
| Gets or sets the document security level. If you set the security level to anything but PdfDocumentSecurityLevel.None you must also set a user and/or an owner password. Otherwise saving the document will fail. More...
|
|
string | UserPassword [set] |
| Sets the user password of the document. Setting a password automatically sets the PdfDocumentSecurityLevel to PdfDocumentSecurityLevel.Encrypted128Bit if its current value is PdfDocumentSecurityLevel.None. More...
|
|
string | OwnerPassword [set] |
| Sets the owner password of the document. Setting a password automatically sets the PdfDocumentSecurityLevel to PdfDocumentSecurityLevel.Encrypted128Bit if its current value is PdfDocumentSecurityLevel.None. More...
|
|
bool | PermitPrint [get, set] |
| Permits printing the document. Should be used in conjunction with PermitFullQualityPrint. More...
|
|
bool | PermitModifyDocument [get, set] |
| Permits modifying the document. More...
|
|
bool | PermitExtractContent [get, set] |
| Permits content copying or extraction. More...
|
|
bool | PermitAnnotations [get, set] |
| Permits commenting the document. More...
|
|
bool | PermitFormsFill [get, set] |
| Permits filling of form fields. More...
|
|
bool | PermitAccessibilityExtractContent [get, set] |
| Permits content extraction for accessibility. More...
|
|
bool | PermitAssembleDocument [get, set] |
| Permits to insert, rotate, or delete pages and create bookmarks or thumbnail images even if PermitModifyDocument is not set. More...
|
|
bool | PermitFullQualityPrint [get, set] |
| Permits to print in high quality. insert, rotate, or delete pages and create bookmarks or thumbnail images even if PermitModifyDocument is not set. More...
|
|
Encapsulates access to the security settings of a PDF document.