PTDigitalSignatureFieldDocumentPermissions
enum PTDigitalSignatureFieldDocumentPermissions {
// No changes to the document shall be permitted; any change to the document shall invalidate the signature.
e_ptno_changes_allowed = 1,
// Permitted changes shall be filling in forms, instantiating page templates, and signing; other changes shall invalidate the signature.
e_ptformfilling_signing_allowed = 2,
// Permitted changes shall be the same as for 2, as well as annotation creation, deletion, and modification; other changes shall invalidate the signature.
e_ptannotating_formfilling_signing_allowed = 3,
// Represents the absence of any document permissions during retrieval; not to be used during setting
e_ptunrestricted = 4
}
Undocumented
-
Undocumented
Declaration
Objective-C
e_ptno_changes_allowed = 1
-
Undocumented
Declaration
Objective-C
e_ptformfilling_signing_allowed = 2
-
Undocumented
Declaration
Objective-C
e_ptannotating_formfilling_signing_allowed = 3
-
Undocumented
Declaration
Objective-C
e_ptunrestricted = 4