Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.GetFieldExpValue

Retrieves the export value(s) of a check box, list box, or combo box.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetFieldExpValue"; PDF; Field )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Field The field index or field name. "FirstName"

Result

Returns value or error.

Description

Retrieves the export value(s) of a check box, list box, or combo box.
The field must be a valid field handle of a check box, list box or combo box.
The export value of a check box can be either "Off" if the check box is not selected or an arbitrary string when the check box is selected.
The export value of a combo box or list box can be empty when no value is selected.
Since Acrobat 5, list boxes support multiple selected values. In this case the export values are delimited by a newline character.
The field type can be determined with the functions DynaPDF.GetFieldType, DynaPDF.GetField or DynaPDF.GetPageField.

See also GetFieldExpValue function in DynaPDF manual.

See also

This function checks for a license.

Created 18th August 2014, last changed 18th August 2014


DynaPDF.GetFieldExpValCount - DynaPDF.GetFieldExpValueEx