PTPermission
enum PTPermission
{
///< the user has 'owner' rights (e.g. rights to change the document's security settings).
e_ptowner = 1,
/// open and decrypt the document.
e_ptdoc_open,
/// edit the document more than adding or modifying text notes.
e_ptdoc_modify,
/// print the document.
e_ptprint,
/// high resolution print.
e_ptprint_high,
/// enable content extraction
e_ptextract_content,
/// allow modifications to annotations
e_ptmod_annot,
/// allow changes to fill in forms
e_ptfill_forms,
/// content access for the visually impaired.
e_ptaccess_support,
/// allow document assembly
e_ptassemble_doc
}
Undocumented
-
Undocumented
Declaration
Objective-C
e_ptowner = 1
-
open and decrypt the document.
Declaration
Objective-C
e_ptdoc_open
-
edit the document more than adding or modifying text notes.
Declaration
Objective-C
e_ptdoc_modify
-
print the document.
Declaration
Objective-C
e_ptprint
-
high resolution print.
Declaration
Objective-C
e_ptprint_high
-
enable content extraction
Declaration
Objective-C
e_ptextract_content
-
allow modifications to annotations
Declaration
Objective-C
e_ptmod_annot
-
allow changes to fill in forms
Declaration
Objective-C
e_ptfill_forms
-
content access for the visually impaired.
Declaration
Objective-C
e_ptaccess_support
-
allow document assembly
Declaration
Objective-C
e_ptassemble_doc