PDFPageTabOrder¶
Namespace: O2S.Components.PDF4NET
Specifies the available tab order options for annotations in a PDF page.
Inheritance Object → ValueType → Enum → PDFPageTabOrder
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Row | 0 | Row. |
| Column | 1 | Column. |
| Structure | 2 | Tab order defined by the document logical structure. |
| Annotations | 3 | Tab order defined by the order of annotations in PDFPage.Annotations collection. |
| Widgets | 4 | Tab order defined by the order of widget annotations in PDFPage.Annotations collection. |