Retrieve the tab-order for this annotation.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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