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 LongDLL
int DLGetFormFieldTabOrderEx(int InstanceID, int Index, int Options);Parameters
| Index | The index of the form field |
|---|---|
| Options | 0 = Acrobat style 1 = Nuance style |
Return values
| 0 | The Index parameters was invalid or the Options parameter was out of range |
|---|---|
| 1 | Success |