TabOrder Enum

Specifies the types of tab orders.

public enum TabOrder
Public Enum TabOrder

Inheritance: ObjectValueTypeEnumTabOrder

Fields

TabOrder.Column1tab order is set to column wise for the page.
TabOrder.None0No tab order for the page.
TabOrder.Row2tab order is set to row wise for the page.
TabOrder.Structure3tab order is set to order of logical structure for the page.
TabOrder.Widget4tab order is set to order in which annotations added on to the page.

Licensing Info

This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicPDF

In this topic