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