In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetFormFieldCheckBoxStyle Method

SetFormFieldCheckBoxStyle Method (GdPicturePDF)

In This Topic
Sets 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
Sets the graphical style of a checkmark used to represent the checked state of a required form field, hereabout a check box or a radio button group. The form field 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, here a check box or a radio button group, when it is checked/selected. This method doesn't alter the form field's visual appearance in any way.

 
Sets 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. This method doesn't alter the form field's visual appearance in any way.

 
See Also