Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / AnnotationsTabsOrder Enumeration

In This Topic
    AnnotationsTabsOrder Enumeration
    In This Topic
    Defines possible values for annotations tabs order.
    Syntax
    'Declaration
     
    Public Enum AnnotationsTabsOrder 
       Inherits System.Enum
    public enum AnnotationsTabsOrder : System.Enum 
    Members
    MemberDescription
    AnnotationsArrayOrderAnnotations array order. This order refers to the order of annotation in the Page.Annotations collection.
    ColumnOrderColumn order.
    RowOrderRow order.
    StructureOrderStructure order.
    WidgetOrderWidget order. This order uses the same ordering as AnnotationsArrayOrder, but two passes are made, the first only picking the widget annotations and the second picking all other annotations.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.AnnotationsTabsOrder

    See Also