[]
type PolygonAnnotationBaseProperties = MarkupAnnotationProperties & object;
Base type for PolygonAnnotationProperties and PolyLineAnnotationProperties.
optional fillColor?: Color;
The interior color with which to fill the annotation's elements.
optional lineDashPattern?: number[];
The line dash pattern. Null means a solid line.
optional lineWidth?: number;
The line width in points.
optional points?: 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.