Color of the border of this internal link
public RasterColor BorderColor { get; set; }
Public Property BorderColor As Leadtools.RasterColor
public RasterColor getBorderColor()
public void setBorderColor(RasterColor borderColor)
public:
property Leadtools.RasterColor BorderColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A Leadtools.RasterColor that specifies the color of the border of this internal link.
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)
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