| Package | stimulsoft.report.export.enums |
| Class | public class StiUserAccessPrivileges |
| Inheritance | StiUserAccessPrivileges Object |
| Constant | Defined 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 | ||
| AddOrModifyTextAnnotations | Constant |
public static const AddOrModifyTextAnnotations:int = 8User password allows adding or modifying text annotations in the content of the pdf document.
| All | Constant |
public static const All:int = 15User password allows all modifications on the content of the pdf document.
| CopyTextAndGraphics | Constant |
public static const CopyTextAndGraphics:int = 4User password allows copying text and graphics objects from the content of the pdf document.
| ModifyContents | Constant |
public static const ModifyContents:int = 2User password allows modifying the content of the pdf document.
| None | Constant |
public static const None:int = 0User password allows only opening the pdf document, decrypt it, and display it on the screen.
| PrintDocument | Constant |
public static const PrintDocument:int = 1User password allows opening the pdf document, decrypt it, display it on the screen and print its content.