Click or drag to resize
SignDocTextFieldAttributesisValid Method
Check if the text field attributes are valid. This function does not check if the font name refers to a valid font. This function does not check the string set by setRest().

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public bool isValid()

Return Value

Type: Boolean
true if isSet() would return false or if all attributes are set and are valid, false otherwise.
See Also