Click or drag to resize

StiUserAccessPrivileges Enumeration

Enumeration describes possible user access privileges to the pdf document. User access privileges are managed by the user password. Owner with the correct owner password has all possible privileges for the content of the pdf document and a rule for setting document permissions.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[FlagsAttribute]
public enum StiUserAccessPrivileges
Members
  Member nameValueDescription
None0 User password allows only opening the pdf document, decrypt it, and display it on the screen.
PrintDocument1 User password allows opening the pdf document, decrypt it, display it on the screen and print its content.
ModifyContents2 User password allows modifying the content of the pdf document.
CopyTextAndGraphics4 User password allows copying text and graphics objects from the content of the pdf document.
AddOrModifyTextAnnotations8 User password allows adding or modifying text annotations in the content of the pdf document.
All15 User password allows all modifications on the content of the pdf document.
See Also