EVO HTML to PDF Converter

InternalLinkElement Constructor

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.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