Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.24 KB

File metadata and controls

18 lines (13 loc) · 1.24 KB

DocMDPAccessPermissionType

The access permissions granted for this document. Valid values are: 1 - No changes to the document are permitted; any change to the document invalidates the signature. 2 - Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature. 3 - Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.

Enum

Name Type Value Description
NOCHANGES str "NoChanges" No changes to the document are permitted; any change to the document invalidates the signature.
FILLINGINFORMS str "FillingInForms" Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
ANNOTATIONMODIFICATION str "AnnotationModification" Permitted changes are the same as for FillingInForms, as well as annotation creation, deletion, and modification; other changes invalidate the signature.

[Back to Model list] [Back to API list] [Back to README]