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

    Type Alias PolyLineAnnotationProperties

    PolyLineAnnotationProperties: PolygonAnnotationBaseProperties & {
        lineEndStyle?: LineEndingStyle;
        lineStartStyle?: LineEndingStyle;
        type: "polyline";
    }

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

    Type Declaration