In This Topic
GdPicture14 Namespace / GdPicturePDF Class / GetFormFieldValue Method

GetFormFieldValue Method (GdPicturePDF)

In This Topic
Returns the current value of a required form field, 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 current value of a required form field, that is specified by its unique form field's identifier and it is related to the currently loaded PDF document. The value's format varies depending on the type of the form field. This method returns the string representation of the field's current value.  
Returns the current value of a required form field, here a list box, that is specified by its unique form field's identifier and it is related to the currently loaded PDF document. This method is intended to be used for list boxes, which allow multiple selections.

The returned value is the string composed from the names of the currently selected items in the required list box, where individual names are delimited with the specified parameter Separator.

 
See Also