| SignDocFieldgetButtonStyle Method |
Get the button style of a check box or radio button field.
This function is available for fields of PDF documents only.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic ButtonStyle getButtonStyle()
Return Value
Type:
ButtonStyle The button style:
#bus_other,
#bus_check_mark,
#bus_cross,
#bus_star,
#bus_circle,
#bus_square, or
#bus_diamond.
See Also