You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiUserAccessPrivileges Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Export.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.

Syntax
C++
C#
Visual Basic
public: enum StiUserAccessPrivileges { None = 0, PrintDocument = 1, ModifyContents = 2, CopyTextAndGraphics = 4, AddOrModifyTextAnnotations = 8, All = 15 };
Members
Members 
Description 
None 
User password allows only opening the pdf document, decrypt it, and display it on the screen.  
PrintDocument 
User password allows opening the pdf document, decrypt it, display it on the screen and print its content.  
ModifyContents 
User password allows modifying the content of the pdf document.  
CopyTextAndGraphics 
User password allows copying text and graphics objects from the content of the pdf document.  
AddOrModifyTextAnnotations 
User password allows adding or modifying text annotations in the content of the pdf document.  
All 
User password allows all modifications on the content of the pdf document.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.