THotPDF.FindLoadedFormFieldByIndex Method

Finds loaded form field by index data in a loaded document. The lookup supports import, page-copy, form, resource, or object-inspection workflows that need to locate existing PDF structures

Declaration

function FindLoadedFormFieldByIndex(FieldIndex: Integer; out EffectiveName: AnsiString): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
FieldIndexAcroForm field name or field dictionary targeted by the helper
EffectiveNamePDF resource name, packet name, profile name, or caller-defined identifier

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs