LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

BorderColor Property






Gets or sets the color of the border of this internal link
Syntax
public RasterColor BorderColor {get; set;}
'Declaration
 
Public Property BorderColor As RasterColor
'Usage
 
Dim instance As PDFInternalLink
Dim value As RasterColor
 
instance.BorderColor = value
 
value = instance.BorderColor
public RasterColor BorderColor {get; set;}
 get_BorderColor();
set_BorderColor(value);
public:
property RasterColor BorderColor {
   RasterColor get();
   void set (    RasterColor value);
}

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:

Example

For an example, refer to PDFInternalLink.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFInternalLink Structure
PDFInternalLink Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.