Link Search Menu Expand Document

LinkAnnotationBorders Property

Set borders radius for link annotation, 3 values as RectangleF(x1,x2, x3, xIgnored) where x1 is horizontal radius, x2 is vertical radius, x3 is a border width To remove borders set all values to zero so it will be .Borders = new RectangleF(0,0,0,0); By default no brders radius is defined, and most readers are drawing rectangles around links deciding on their own.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public RectangleF Borders { get; set; }

Property Value

Type: RectangleF
See Also

Reference