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

    Type Alias SquareAnnotationProperties

    SquareAnnotationProperties: MarkupAnnotationProperties & {
        borderEffect?: BorderEffectProperties;
        fillColor?: Color;
        lineDashPattern?: number[];
        lineWidth?: number;
        type: "square";
    }

    Defines properties of a square annotation which displays a rectangle on a page. When opened, a square annotation displays a pop-up window containing the text of the associated note.

    Type Declaration

    • OptionalborderEffect?: BorderEffectProperties

      The BorderEffectProperties object defining effect applied to the annotation.

    • OptionalfillColor?: Color

      The fill color. Not specified means no fill.

    • OptionallineDashPattern?: number[]

      The line dash pattern. Not specified means solid line.

    • OptionallineWidth?: number

      The line width in points. Not specified means 1.

    • type: "square"