| SignDocFieldsetSeedValueFilter Method |
Set the Filter entry (signature handler) 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
Syntaxpublic bool setSeedValueFilter(
string filterValue,
bool required
)
Parameters
- filterValue
- Type: SystemString
The name of the signature handler to be
used for signing, e.g., "Adobe.PPKLite".
An empty value will cause the Filter entry
(constraint) to be removed.
This should be an ASCII string. - required
- Type: SystemBoolean
true if @a aFilter is a required constraint,
false if @a aFilter is an optional constraint.
Adobe Reader seems to ignore this flag.
Return Value
Type:
Boolean true if successful, false if @a aFilter is invalid.
See Also