←Select platform

BorderColor Property

Summary

Color of the border of this internal link

Syntax

C#
VB
Java
C++
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 ); 
} 

Property Value

A Leadtools.RasterColor that specifies the color of the border of this internal link.

Remarks

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)

Example

For an example, refer to PDFInternalLink.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly