In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddComboFormField Method

AddComboFormField Method (GdPicturePDF)

In This Topic
Adds a combo box form field to the currently selected page of the loaded PDF document according to your preference.
Overload List
OverloadDescription
Adds a combo box form field to the currently selected page of the loaded PDF document according to what you have specified. A combo box field is a drop-down choice field, which contains several text items, only one of which can be selected. You have to populate the newly created combo box field with the required items according to your preference. All items are always displayed in that order, in which they are added to the combo box.

This method uses the RGB color space for specifying the required color of the displayed items in the combo box field.

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

 
Adds a combo box form field to the currently selected page of the loaded PDF document according to what you have specified. A combo box field is a drop-down choice field, which contains several text items, only one of which can be selected. You have to populate the newly created combo box field with the required items according to your preference. All items are always displayed in that order, in which they are added to the combo box.

This method uses the CMYK color space for specifying the required color of the displayed items in the combo box field.

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

 
Adds a combo box form field to the currently selected page of the loaded PDF document according to what you have specified. A combo box field is a drop-down choice field, which contains several text items, only one of which can be selected. You have to populate the newly created combo box field with the required items according to your preference. All items are always displayed in that order, in which they are added to the combo box.

This method uses the RGB color space for specifying the required color of the displayed items in the combo box field.

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

 
See Also