GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF Class / SetFormFieldDefaultChecked Method





In This Topic
SetFormFieldDefaultChecked Method (GdPicturePDF)
In This Topic
Sets, 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
Sets, 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.

 
Sets, 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 child radio button is checked by default in this group.

As only one child radio button in a group may be checked at a time (assuming the RadiosInUnison flag is not set), the currently selected child radio button is automatically unchecked, it means its checked state is set to Off. You can completely remove the currently defined default selection in a radio button group using the ResetFormFieldDefaultCheckedState method.

 
See Also