LEADTOOLS PDF (Leadtools.Pdf assembly)

BorderColor Property

Show in webframe





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:
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

See Also

Reference

PDFInternalLink Structure
PDFInternalLink Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.