# AnnotationsTabsOrder

## Content

# Enumeration: AnnotationsTabsOrder

Defines possible values for annotations tabs order.

## Enumeration Members

### AnnotationsArrayOrder

```ts
AnnotationsArrayOrder: 3;
```

<b>Annotations array order</b>.
This order refers to the order of annotation in the [PdfPage#annotations](../classes/PdfPage#annotations) collection.

***

### ColumnOrder

```ts
ColumnOrder: 1;
```

Column order.

***

### RowOrder

```ts
RowOrder: 0;
```

Row order.

***

### StructureOrder

```ts
StructureOrder: 2;
```

Structure order.

***

### WidgetOrder

```ts
WidgetOrder: 4;
```

<b>Widget order</b>.
This order uses the same ordering as [AnnotationsTabsOrder#AnnotationsArrayOrder](#annotationsarrayorder),
but two passes are made,
the first only picking the widget annotations and the second picking all other annotations.
