# TextMarkupAnnotationProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / TextMarkupAnnotationProperties

# Type Alias: TextMarkupAnnotationProperties

> **TextMarkupAnnotationProperties** = [`MarkupAnnotationProperties`](MarkupAnnotationProperties) & `object`

Defines properties of a [TextMarkupAnnotation](../classes/TextMarkupAnnotation).

## Type Declaration

### area?

> `optional` **area**: ([`Quadrilateral`](Quadrilateral) \| [`Rect`](Rect))[]

The list of [Quadrilateral](Quadrilateral) structures defining the markup area.
The coordinates of the quadrilaterals' points are relative to the upper left corner of the page's
media box, with the Y (vertical) coordinates increasing from top to bottom.

### markupType?

> `optional` **markupType**: [`TextMarkupType`](../enumerations/TextMarkupType)

The markup type.

### type

> **type**: `"markup"`
