PdfDocumentCreatePdfLink Method

Constructs a link in the given PDF page from the given rectangle to the given destination

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void CreatePdfLink(
	PdfPage page,
	RectangleF rectangle,
	PdfDestination destination
)

Parameters

page  PdfPage
The PDF page where to create the link
rectangle  RectangleF
The link rectangle in PDF page
destination  PdfDestination
The link destination

See Also