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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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