EVO PDF Logo

InternalLinkElement Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public InternalLinkElement(
	RectangleFloat linkRectangle,
	ExplicitDestination linkDestination
)

Parameters

linkRectangle
Type: EvoPdfClientRectangleFloat
The link rectangle in page
linkDestination
Type: EvoPdfClientExplicitDestination
The link destination
See Also

Reference