PdfInternalLink Constructor

Creates an internal link object to add to PDF document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfInternalLink(
	RectangleFloat linkRectangle,
	PdfDestination destination
)

Parameters

linkRectangle  RectangleFloat
The internal link rectangle in PDF page
destination  PdfDestination
The link destination in PDF document

See Also