DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias PolygonAnnotationBaseProperties

    PolygonAnnotationBaseProperties: MarkupAnnotationProperties & {
        fillColor?: Color;
        lineDashPattern?: number[];
        lineWidth?: number;
        points?: Point[];
    }

    Type Declaration

    • 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.