AddFormFieldItem Method (GdPicturePDF)
In This Topic
Adds a new item to a choice form field specified by its unique form field's identifier.
Overload List
Overload | Description |
AddFormFieldItem(Int32,String) | Adds a new item to a choice form field, hereabout a combo box or a list box, specified by its unique form field's identifier. At the same, this
item is set to be the current value of the specified form field right after adding. The items are always displayed in that order, in which they are
added to the specified form field, it means they are not sorted in any way. Be aware that this method is only applicable to choice form field objects. |
AddFormFieldItem(Int32,String,String) | Adds a new item to a choice form field, hereabout a combo box or a list box, specified by its unique form field's identifier. At the same, this
item is set to be the current value of the specified form field roght after adding. The items are always displayed in that order, in which they are added
to the specified form field, it means they are not sorted in any way. Be aware that this method is only applicable to choice form field objects. |
See Also