Click or drag to resize
SignDocFieldgetSeedValueFilterRequired Method
This function gets a flag from the signature field seed value dictionary that indicates whether the Filter entry (signature handler) is a required constraint or not. If this function returns true, the signature handler returned by getSeedValueFilter() must be used for signing.

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

Return Value

Type: Boolean
true iff the signature handler returned by getSeedValueFilter() must be used.
Remarks
Adobe Reader seems to ignore this flag.
See Also