[]
DsPdfJS API / PolygonAnnotationBaseProperties
PolygonAnnotationBaseProperties =
MarkupAnnotationProperties&object
Base type for PolygonAnnotationProperties and PolyLineAnnotationProperties.
optionalfillColor:Color
The interior color with which to fill the annotation's elements.
optionallineDashPattern:number[]
The line dash pattern. Null means a solid line.
optionallineWidth:number
The line width in points.
optionalpoints:Point[]
The points of polygon or polyline. The coordinates of points are relative to the upper left corner of the page's media box, with the Y (vertical) coordinates increasing from top to bottom.