GetTabOrderMode

Form fields, Annotations and hotspot links

Description

This function returns the current tabbing order for all the annotations and formfields on the currently selected page.

If you use SetFormFieldTabOrder then you should set the tabbing order to 'S'tructure mode for the required pages.

Syntax

Delphi

function TPDFlib.GetTabOrderMode: WideString;

ActiveX

Function PDFlib::GetTabOrderMode As String

DLL

wchar_t * DLGetTabOrderMode(int InstanceID);

Return values

'S' Structure mode (The order the Annots are defined) 'R' Row mode (Left to right, top to bottom order) Column mode (Top to bottom, left to right order) 'C' '' (Empty String) No tabbing order has been defined