In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddCheckBoxFormField Method

AddCheckBoxFormField Method (GdPicturePDF)

In This Topic
Adds a check box form field to the currently selected page of the loaded PDF document according to your preference.
Overload List
OverloadDescription
Adds a check box form field to the currently selected page of the loaded PDF document according to what you have specified. A check box field toggles between two states, checked (on) and unchecked (off), when interacted by the user.

This method uses the RGB color space for specifying the required color of the displayed check box field's checkmark.

You can subsequently use other methods for assigning more form field properties, as it is shown in the Example section below.

 
Adds a check box form field to the currently selected page of the loaded PDF document according to what you have specified. A check box field toggles between two states, checked (on) and unchecked (off), when interacted by the user.

This method uses the CMYK color space for specifying the required color of the displayed check box field's checkmark.

You can subsequently use other methods for assigning more form field properties, as it is shown in the Example section below.

 
Adds a check box form field to the currently selected page of the loaded PDF document according to what you have specified. A check box field toggles between two states, checked (on) and unchecked (off), when interacted by the user.

This method uses the RGB color space for specifying the required color of the displayed check box field's checkmark.

You can subsequently use other methods for assigning more form field properties, as it is shown in the Example section below.

 
See Also