EVO HTML to PDF Converter

InternalLinkElement Constructor

EVO PDF Client for .NET Documentation
Constructs a PDF internal link element with the given location and destination

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public InternalLinkElement(
	RectangleFloat linkRectangle,
	ExplicitDestination linkDestination
)

Parameters

linkRectangle
Type: EvoPdf.HtmlToPdfClientRectangleFloat
The link rectangle in page
linkDestination
Type: EvoPdf.HtmlToPdfClientExplicitDestination
The link destination
See Also

Reference