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

    Type Alias PolygonAnnotationProperties

    PolygonAnnotationProperties: PolygonAnnotationBaseProperties & {
        borderEffect?: BorderEffectProperties;
        type: "polygon";
    }

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

    Type Declaration