Click or drag to resize

SecurityHandlerPermission Enumeration

Secutiry handler permission type

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum SecurityHandlerPermission
Members
  Member nameValueDescription
e_owner1 the user has 'owner' rights(e.g. rights to change the document's security settings)
e_doc_open2 open and decrypt the document.
e_doc_modify3 edit the document more than adding or modifying text notes.
e_print4 print the document.
e_print_high5 high resolution print.
e_extract_content6 enable content extraction
e_mod_annot7 allow modifications to annotations
e_fill_forms8 allow changes to fill in forms
e_access_support9 content access for the visually impaired.
e_assemble_doc10 allow document assembly
See Also