Click or drag to resize
SignDocTextFieldAttributesisSet Method
Check if text field attributes are set or not. If this function returns false for a SignDocTextFieldAttributes object retrieved from a text field, the document's default text field attributes will be used (if present). This function returns false for all SignDocTextFieldAttributes objects retrieved from TIFF documents (but you can set the attributes anyway, making isSet() return true).

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool isSet()

Return Value

Type: Boolean
true if any attribute is set, false if no attributes are set.
See Also