# PolyLineAnnotationProperties

## Content

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

***

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

# Type Alias: PolyLineAnnotationProperties

> **PolyLineAnnotationProperties** = [`PolygonAnnotationBaseProperties`](PolygonAnnotationBaseProperties) & `object`

Defines properties of a polyline annotation.
When opened, it displays a pop-up window containing the text of the associated note.

## Type Declaration

### lineEndStyle?

> `optional` **lineEndStyle**: [`LineEndingStyle`](../enumerations/LineEndingStyle)

The style of line end.

### lineStartStyle?

> `optional` **lineStartStyle**: [`LineEndingStyle`](../enumerations/LineEndingStyle)

The style of line start.

### type

> **type**: `"polyline"`

## See

[PolyLineAnnotation](../classes/PolyLineAnnotation)
