Border width of this internal link.
public double BorderWidth { get; set; }
Public Property BorderWidth As Double
public double getBorderWidth()
public void setBorderWidth(double borderWidth)
A System.Double that specifies the border width of this internal link in PDF units (1/72 of an inch). The default value is 0.
External viewers may choose to draw a border around the internal link. The properties of this border is as follows:
BorderColor: The color of the border.
BorderWidth: The width of the border, in PDF units (1/72 of an inch).
BorderDashLength: The length of the dashes the border, in PDF units (1/72 of an inch).
You can use the PDFDocumentPage.ConvertPoint method to convert values from PDF units to pixels or inches and back.
For an example, refer to PDFInternalLink.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET