Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
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
Property Value
Type: RectangleFSee Also