←Select platform

BorderDashLength Property

Summary

Border dash length of this internal link.

Syntax

C#
VB
Java
C++
public double BorderDashLength { get; set; } 
Public Property BorderDashLength As Double 
public double getBorderDashLength() 
public void setBorderDashLength(double length) 
             
public: 
property double BorderDashLength { 
   double get(); 
   void set (    double ); 
} 

Property Value

A System.Double that specifies the border dash length of this internal link, in PDF units (1/72 of an inch). The default value is 0.

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).

You can use the PDFDocumentPage.ConvertPoint method to convert values from PDF units to pixels or inches and back.

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