| SignDocFieldgetDocMDP Method |
Get the DocMDP P value of a certification signature.
The DocMDP p value specifies what modifications to the document are
allowed by the certification signature.
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 this field is not a 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