In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / PdfTabOrderType Enumeration

PdfTabOrderType Enumeration

In This Topic
Specifies different options for tab key navigation through annotations and interactive forms on a page, so called Tab Order.
Syntax
'Declaration

 

<ComVisibleAttribute(True)>

Public Enum PdfTabOrderType 

   Inherits System.Enum
[ComVisible(true)]

public enum PdfTabOrderType : System.Enum 
public enum PdfTabOrderType = class(System.Enum)
ComVisibleAttribute()

public enum PdfTabOrderType extends System.Enum
[ComVisible(true)]

__value public enum PdfTabOrderType : public System.Enum 
[ComVisible(true)]

public enum class PdfTabOrderType : public System.Enum 
Members
MemberValueDescription
AnnotationOrder4 
ColumnOrder2 
RowOrder1 
StructureOrder3 
UnspecifiedOrder0 
WidgetOrder5 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfTabOrderType

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace