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