Constructs an PDF internal link element with the given location and destination

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public InternalLinkElement(
	RectangleF linkRectangle,
	ExplicitDestination linkDestination
)
Visual Basic
Public Sub New ( 
	linkRectangle As RectangleF,
	linkDestination As ExplicitDestination
)
Visual C++
public:
InternalLinkElement(
	RectangleF linkRectangle, 
	ExplicitDestination^ linkDestination
)

Parameters

linkRectangle
Type: System.Drawing..::..RectangleF
The link rectangle in page
linkDestination
Type: EvoPdf..::..ExplicitDestination
The link destination

See Also