| 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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic bool getSeedValueSubFilterRequired()
Return Value
Type:
Boolean true iff one of the SubFilter values returned by
getSeedValueSubFilter() must be used.
See Also