| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxPublic Function isValid As Boolean
member isValid : unit -> bool
Return Value
Type:
Boolean true if isSet() would return false or
if all attributes are set and are valid, false otherwise.
See Also