In This Topic
GdPicture14 Namespace / GdPicturePDF Class / GetFormFieldDefaultChecked Method

GetFormFieldDefaultChecked Method (GdPicturePDF)

In This Topic
Returns, if a required form field, here a check box or a radio button, is checked by default. The 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, if a required form field, here a check box, is checked by default. The check box 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.

If this flag is set for the specified check box, then this check box is checked by default.

 
Returns, if a required form field, here a child radio button in a group, is checked by default. 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.

If this flag is set for the specified child radio button in a group, then this radio button is checked by default in this group.

 
See Also