XFINIUM.PDF Documentation
PdfPageTabOrder Enumeration



Xfinium.Pdf Namespace : PdfPageTabOrder Enumeration
Specifies the available tab order options for annotations in a PDF page.
Syntax
'Declaration
 
Public Enum PdfPageTabOrder 
   Inherits System.Enum
'Usage
 
Dim instance As PdfPageTabOrder
public enum PdfPageTabOrder : System.Enum 
public enum class PdfPageTabOrder : public System.Enum 
Members
MemberDescription
AnnotationsTab order defined by the order of annotations in PdfPage.Annotations collection.
Column Column.
Row Row.
Structure Tab order defined by the document logical structure.
WidgetsTab order defined by the order of widget annotations in PdfPage.Annotations collection.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.PdfPageTabOrder

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf Namespace