Retrieve the tab-order for this annotation.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public int TabOrder { get; }
Visual Basic
Public ReadOnly Property TabOrder As Integer
	Get

Return Value

The zero-based tab-order. Return -1 if the annotation is not connected to any page.

Remarks

The numbers are not garanteed to be continuous. The absolute tab order number has no significant meaning.

See Also