←Select platform

BorderColor Property

Summary
Color of the border of this internal link
Syntax
C#
VB
C++
Java
public RasterColor BorderColor { get; set; } 
Public Property BorderColor As RasterColor 
public RasterColor getBorderColor(); 
public void setBorderColor( 
   RasterColor rasterColor 
); 
public: 
property RasterColor BorderColor { 
   RasterColor get(); 
   void set (    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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.