Click or drag to resize
SignDocDocumentgetLockMDP Method
Get the lowest lock MDP value of the signed signature fields. The lock MDP value specifies what modifications to the document are allowed. This function does not verify any signature.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public int getLockMDP()

Return Value

Type: Int32
-1 if there is no signature field with lock MDP value, 1 if no modifications are allowed, 2 if only filling in forms, instantiating page templates, and signing are permitted, 3 if only filling in forms, instantiating page templates, signing, creating annotations, deleting annotations, and modifying annotations are permitted. For TIFF documents, this function always returns -1.
See Also