Enumeration StiUserAccessPrivileges

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.

Index

Enumeration members

AddOrModifyTextAnnotations

AddOrModifyTextAnnotations: = 8

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

All

All: = 15

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

CopyTextAndGraphics

CopyTextAndGraphics: = 4

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

ModifyContents

ModifyContents: = 2

User password allows modifying the content of the pdf document.

None

None: = 0

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

PrintDocument

PrintDocument: = 1

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

Generated using TypeDoc