[]
        
(Showing Draft Content)

PolyLineAnnotationProperties

DsPdfJS API v9.1.0


DsPdfJS API / PolyLineAnnotationProperties

Type Alias: PolyLineAnnotationProperties

PolyLineAnnotationProperties = 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

The style of line end.

lineStartStyle?

optional lineStartStyle: LineEndingStyle

The style of line start.

type

type: "polyline"

See

PolyLineAnnotation