GetFormFieldObjectNumber

Form fields

Description

Returns the indirect PDF object number backing a form field.

Syntax

Delphi

Function GetFormFieldObjectNumber(Index: Integer): Integer;

Parameters

Index1-based form-field index, following the same indexing convention as the other form-field accessors.

Returns

Returns the field dictionary object number, or 0 when the field index is invalid.

See also

FormFieldCount, GetFormFieldTitle