[]
        
(Showing Draft Content)

TextMarkupAnnotationProperties

DsPdfJS API v9.1.0


DsPdfJS API / TextMarkupAnnotationProperties

Type Alias: TextMarkupAnnotationProperties

TextMarkupAnnotationProperties = MarkupAnnotationProperties & object

Defines properties of a TextMarkupAnnotation.

Type Declaration

area?

optional area: (Quadrilateral | Rect)[]

The list of 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

The markup type.

type

type: "markup"