[]
        
(Showing Draft Content)

PopupAnnotationProperties

DsPdfJS API v9.1.0


DsPdfJS API / PopupAnnotationProperties

Type Alias: PopupAnnotationProperties

PopupAnnotationProperties = AnnotationBaseProperties & object

Defines properties of a PopupAnnotation.

Type Declaration

color?

optional color: Color

The popup window color.

open?

optional open: boolean

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

type

type: "popup"