| SignDocFieldsetSeedValueFilter Method |
Set the Filter entry (signature handler) in the
signature field seed value dictionary.
This function throws de::softpro::spooc::EncodingError if the
value is not correctly encoded according to the specified
encoding.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool setSeedValueFilter(
string filterValue,
bool required
)
Public Function setSeedValueFilter (
filterValue As String,
required As Boolean
) As Boolean
public:
bool setSeedValueFilter(
String^ filterValue,
bool required
)
member setSeedValueFilter :
filterValue : string *
required : bool -> bool
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