TabOrder Enum
Specifies the types of tab orders.
public enum TabOrder
Public Enum TabOrder
Inheritance: ObjectValueTypeEnumTabOrder
Fields
TabOrder.Column | 1 | tab order is set to column wise for the page. |
TabOrder.None | 0 | No tab order for the page. |
TabOrder.Row | 2 | tab order is set to row wise for the page. |
TabOrder.Structure | 3 | tab order is set to order of logical structure for the page. |
TabOrder.Widget | 4 | tab 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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.