Defines the order in with annotations should be navigated on a page.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Public Enumeration PdfTabOrder
Members
| Member name | Description |
---|
| None |
Navigation is up to viewer discretion
|
| Row |
Navigation is done in rows across the page. The order of navigation
within a row is determined by the the ReadingOrder property in the PdfViewerPreferences
object.
|
| Column |
Navigation is done in Columns up and down the page. The order of navigation
within a row is determined by the the ReadingOrder property in the PdfViewerPreferences
object.
|
| Structure |
Navigation is done according to the structure tree. Not currently supported.
|
| Unknown |
Unspecified order. Results are not documented. Not currently supported.
|
See Also