[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AnnotationsTabsOrder

Enum AnnotationsTabsOrder

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Defines possible values for annotations tabs order.

public enum AnnotationsTabsOrder

Fields

AnnotationsArrayOrder = 3

Annotations array order. This order refers to the order of annotation in the Annotations collection.

ColumnOrder = 1

Column order.

RowOrder = 0

Row order.

StructureOrder = 2

Structure order.

WidgetOrder = 4

Widget 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.