Packagestimulsoft.report.export.enums
Classpublic class StiUserAccessPrivileges
InheritanceStiUserAccessPrivileges Inheritance Object

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.



Public Constants
 ConstantDefined By
  AddOrModifyTextAnnotations : int = 8
[static] User password allows adding or modifying text annotations in the content of the pdf document.
StiUserAccessPrivileges
  All : int = 15
[static] User password allows all modifications on the content of the pdf document.
StiUserAccessPrivileges
  CopyTextAndGraphics : int = 4
[static] User password allows copying text and graphics objects from the content of the pdf document.
StiUserAccessPrivileges
  ModifyContents : int = 2
[static] User password allows modifying the content of the pdf document.
StiUserAccessPrivileges
  None : int = 0
[static] User password allows only opening the pdf document, decrypt it, and display it on the screen.
StiUserAccessPrivileges
  PrintDocument : int = 1
[static] User password allows opening the pdf document, decrypt it, display it on the screen and print its content.
StiUserAccessPrivileges
Constant Detail
AddOrModifyTextAnnotationsConstant
public static const AddOrModifyTextAnnotations:int = 8

User password allows adding or modifying text annotations in the content of the pdf document.

AllConstant 
public static const All:int = 15

User password allows all modifications on the content of the pdf document.

CopyTextAndGraphicsConstant 
public static const CopyTextAndGraphics:int = 4

User password allows copying text and graphics objects from the content of the pdf document.

ModifyContentsConstant 
public static const ModifyContents:int = 2

User password allows modifying the content of the pdf document.

NoneConstant 
public static const None:int = 0

User password allows only opening the pdf document, decrypt it, and display it on the screen.

PrintDocumentConstant 
public static const PrintDocument:int = 1

User password allows opening the pdf document, decrypt it, display it on the screen and print its content.