In This Topic
GdPicture14 Namespace / GdPicturePDF Class / GetFormFieldOnStateName Method

GetFormFieldOnStateName Method (GdPicturePDF)

In This Topic
Returns 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
Returns 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 resulting value for the On state is "On" by default.

 
Returns the string representation of the normal appearance (the On state) 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 resulting value for the On state is "On" by default.

 
See Also