Click or drag to resize
SignDocFieldgetSeedValueSubFilterRequired Method
This function gets a flag from the signature field seed value dictionary that indicates whether the SubFilter values are a required constraint or not. If this function returns true, a signing method corresponding to one of the SubFilter values returned by getSeedValueSubFilter() 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 getSeedValueSubFilterRequired()

Return Value

Type: Boolean
true iff one of the SubFilter values returned by getSeedValueSubFilter() must be used.
See Also