Click or drag to resize
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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public 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