| SignDocDocumentgetDocMDP Method |
Get the DocMDP P value of the document's certification signature.
The DocMDP P value of the certification signature specifies what
modifications to the document are allowed.
This function does not verify the certification signature.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
SyntaxReturn Value
Type:
Int32 -1 if there is no certification signature,
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