Click or drag to resize
SignDocFieldsetSeedValueMDP Method
Set the MDP value in the signature field seed value dictionary.

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

Parameters

mdp
Type: SystemInt32
The new MDP value: - -1 to remove the MDP value - 0 for an approval signature - 1 for a certification signature, no changes to the document shall be permitted - 2 for a certification signature, only filling in forms, instantiating page templates, and signing shall be permitted - 3 for a certification signature, only filling in forms, instantiating page templates, signing, creating annotations, deleting annotations, and modifying annotations shall be permitted. .

Return Value

Type: Boolean
true if successful, false if mdp is invalid.
See Also