Click or drag to resize
InternalLinkElement Constructor
Constructs an PDF internal link element

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public InternalLinkElement(
	RectangleF linkRectangle,
	ExplicitDestination linkDestination
)

Parameters

linkRectangle
Type: System.DrawingRectangleF
The link rectangle in page
linkDestination
Type: ExpertPdf.HtmlToPdf.PdfDocumentExplicitDestination
The link destination
See Also