PDFPermissions Type
Contains information about the permissions the viewing app gets over the encrypted document.
Remarks
Document encryption carries an associated permission directory with it. Use the permissions directory to suggest the viewing application the operations it is allowed to perform on the document.
Fields
Annotations Boolean |
Indicates whether the viewer may add annotations to the document. |
Assemble Boolean |
Indicates if the viewer may assemble a new document on the basis of the encrypted one. |
Extract Boolean |
Indicates if the user may extract (copy) pictures and text from the encrypted document. |
ExtractAcc Boolean |
Indicates if the user may extract pictures/text from the document for accessibility purposes. |
FillInForms Boolean |
Indicates if the user may fill in forms in the document. |
HighQualityPrint Boolean |
Indicates if the document may be printed in high quality. |
LowQualityPrint Boolean |
Indicates if the document may be printed in low quality. |
Modify Boolean |
Indicates if the document may be modified. |
Constructors
constructor Create();
Initializes an instance of PDFPermissions class.