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

    Type Alias PopupAnnotationProperties

    PopupAnnotationProperties: AnnotationBaseProperties & {
        color?: Color;
        open?: boolean;
        type: "popup";
    }

    Defines properties of a PopupAnnotation.

    Type Declaration

    • Optionalcolor?: Color

      The popup window color.

    • Optionalopen?: boolean

      A value specifying whether the pop-up annotation should initially be displayed open.

    • type: "popup"