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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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