InternalLinkElement Constructor

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

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public InternalLinkElement(
	RectangleF linkRectangle,
	ExplicitDestination linkDestination
)

Parameters

linkRectangle  RectangleF
The link rectangle in page
linkDestination  ExplicitDestination
The link destination

See Also