SecurityHandlerPermission Enumeration |
Secutiry handler permission type
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum SecurityHandlerPermission
Public Enumeration SecurityHandlerPermission
public enum class SecurityHandlerPermission
pdftron.SDF.SecurityHandlerPermission = function();
pdftron.SDF.SecurityHandlerPermission.createEnum('pdftron.SDF.SecurityHandlerPermission', false);
Members
| Member name | Value | Description |
---|
| e_owner | 1 | the user has 'owner' rights(e.g. rights to change the document's security settings) |
| e_doc_open | 2 | open and decrypt the document. |
| e_doc_modify | 3 | edit the document more than adding or modifying text notes. |
| e_print | 4 | print the document. |
| e_print_high | 5 | high resolution print. |
| e_extract_content | 6 | enable content extraction |
| e_mod_annot | 7 | allow modifications to annotations |
| e_fill_forms | 8 | allow changes to fill in forms |
| e_access_support | 9 | content access for the visually impaired. |
| e_assemble_doc | 10 | allow document assembly |
See Also