StiUserAccessPrivileges Enum
Namespace: Stimulsoft.Report.Export
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | User password allows only opening the pdf document, decrypt it, and display it on the screen. |
| PrintDocument | 1 | User password allows opening the pdf document, decrypt it, display it on the screen and print its content. |
| ModifyContents | 2 | User password allows modifying the content of the pdf document. |
| CopyTextAndGraphics | 4 | User password allows copying text and graphics objects from the content of the pdf document. |
| AddOrModifyTextAnnotations | 8 | User password allows adding or modifying text annotations in the content of the pdf document. |
| All | 15 | User password allows all modifications on the content of the pdf document. |