In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetFormFieldOnStateName Method

SetFormFieldOnStateName Method (GdPicturePDF)

In This Topic
Sets the string representation of the normal appearance of a required form field, hereabout a radio button or a check box, that is specified by its unique form field's identifier and it is related to the currently loaded PDF document.
Overload List
OverloadDescription
Sets the string representation of the normal appearance (the On state) of a required form field, here a check box, that is specified by its unique form field's identifier and it is related to the currently loaded PDF document. The normal appearance represents the checked state of a check box and it is used when a check box is not interacting with the user and for printing. As said, this method is only applicable to check boxes.

If this attribute is not defined for the specified check box, then the predefined value for the On state is "On" by default.

 
Sets the string representation of the normal appearance (the On state, same as the radio button's choice attribute) of a required form field, here a child radio button in a group, that is specified by its unique form field's identifier and it is related to the currently loaded PDF document. The normal appearance represents the checked state of a radio button and it is used when a radio button is not interacting with the user and for printing. As said, this method is only applicable to radio buttons.

If this attribute is not defined for the specified child radio button, then the predefined value for the On state is "On" by default.

 
See Also