GetFormFieldTabOrderEx

Form fields

Description

Returns the tab order of the specified form field. Similar to the GetFormFieldTabOrder function but the order is adjusted to match certain popular PDF viewers.

The first form field on the page has a tab order of 1.

Syntax

Delphi

function TPDFlib.GetFormFieldTabOrderEx(Index, Options: Integer): Integer;

ActiveX

Function PDFlib::GetFormFieldTabOrderEx(Index As Long, Options As Long) As Long

DLL

int DLGetFormFieldTabOrderEx(int InstanceID, int Index, int Options);

Parameters

IndexThe index of the form field
Options0 = Acrobat style 1 = Nuance style

Return values

0The Index parameters was invalid or the Options parameter was out of range
1Success