THotPDF.AddLoadedListBox Method

Adds loaded list box data to the page geometry workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

function AddLoadedListBox(PageIndex: Integer; X1, Y1, X2, Y2: Single; const AFieldName, AValue: AnsiString; const AOptions: array of AnsiString): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index or object index used to select an existing item
X1Input used by AddLoadedListBox
Y1Input used by AddLoadedListBox
X2Input used by AddLoadedListBox
Y2Input used by AddLoadedListBox
AFieldNameAcroForm field name or field dictionary targeted by the helper
AValueInput used by AddLoadedListBox
AOptionsInput used by AddLoadedListBox

Return value

Returns an Integer value

Usage notes

Related APIs