In This Topic
GdPicture14 Namespace / GdPicturePDF Class / GetFormFieldCheckBoxStyle Method

GetFormFieldCheckBoxStyle Method (GdPicturePDF)

In This Topic
Returns the graphical style of a checkmark used to represent the checked state of check boxes and radio buttons. The required form field is specified by its unique form field's identifier and it is related to the currently loaded PDF document.
Overload List
OverloadDescription
Returns the graphical style of a checkmark used to represent the checked state of check boxes and radio buttons. The required form field (check box or radio button group) is specified by its unique form field's identifier and it is related to the currently loaded PDF document. As said, this method is only applicable to check boxes and radio buttons.

The checkmark is a shape, that appears in the corresponding form field (check box or radio button), when it is checked/selected.

Be aware that if the checkmark's style differs for each single child radio button in a group of radio buttons within a radio button field, this method will fail. Please use the GetFormFieldCheckBoxStyle(Int32,Int32) method to determine the individual checkmark's style for each child radio button in a group instead.

 
Returns the graphical style of a checkmark used to represent the checked state of a required form field, here a child radio button in a group. The radio button group is specified by its unique form field's identifier and it is related to the currently loaded PDF document. As said, this method is only applicable to radio buttons.

The checkmark is a shape, that appears in the specified radio button field, when it is checked/selected. Please note that every single child radio button in a group of radio buttons within a radio button field can have its own checkmark defined.

 
See Also