In This Topic
GdPicture14 Namespace / GdPicturePDF Class / GetFormFieldChecked Method

GetFormFieldChecked Method (GdPicturePDF)

In This Topic
Returns, if a required form field, here a check box or a radio button, is checked, in other words, if it's checked state is On. 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, in other words, if it's checked state is On. 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.  
Returns, if a required form field, here a child radio button in a group, is checked, in other words, if it's checked state is On. The radio button 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.  
See Also