[]
DsPdfJS API / BorderProperties
BorderProperties =
object
Defines properties of the annotation's border, allowing set a border in "json" form.
let la = new LinkAnnotation();
l.border = { width: 0};
optionalcolor:Color
The border color. Not specified means "Black".
optionaldashPattern:number[]
The dash pattern, used if style == BorderStyle#Dashed.
optionalstyle:BorderStyle
The border style. Not specified means BorderStyle.Solid
optionalwidth:number
The border's width in points (1/72 inch). Not specified means 1.