[]
        
(Showing Draft Content)

LinkAnnotationProperties

DsPdfJS API v9.1.0


DsPdfJS API / LinkAnnotationProperties

Type Alias: LinkAnnotationProperties

LinkAnnotationProperties = AnnotationBaseProperties & object

Defines properties of LinkAnnotation.

Type Declaration

action?

optional action: DestinationProperties | DestinationBase | ActionProperties | ActionBase

The "destination" to be displayed or "action" to be performed when the annotation is activated.

border?

optional border: BorderProperties | null

The BorderProperties object defining annotation's border.

highlighting?

optional highlighting: HighlightingMode

The annotation's highlighting mode.

type

type: "link"