In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddListFormField Method

AddListFormField Method (GdPicturePDF)

In This Topic
Adds a list box form field to the currently selected page of the loaded PDF document according to your preference.
Overload List
OverloadDescription
Adds a list box form field to the currently selected page of the loaded PDF document according to what you have specified. A list box field is a scrollable choice field, which contains several text items, more than one of which can be selected. You have to populate the newly created list 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 list box.

This method uses the RGB color space for specifying the required color of the displayed items in the list 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 list box form field to the currently selected page of the loaded PDF document according to what you have specified. A list box field is a scrollable choice field, which contains several text items, more than one of which can be selected. You have to populate the newly created list 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 list box.

This method uses the CMYK color space for specifying the required color of the displayed items in the list 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 list box form field to the currently selected page of the loaded PDF document according to what you have specified. A list box field is a scrollable choice field, which contains several text items, more than one of which can be selected. You have to populate the newly created list 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 list box.

This method uses the RGB color space for specifying the required color of the displayed items in the list 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