HiQPdf Documentation

PdfDocumentCreatePdfLink Method

Quickly Create High Quality PDFs
Constructs a link in the given PDF page from the given rectangle to the given destination

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void CreatePdfLink(
	PdfPage page,
	RectangleF rectangle,
	PdfDestination destination
)

Parameters

page
Type: HiQPdfPdfPage
The PDF page where to create the link
rectangle
Type: System.DrawingRectangleF
The link rectangle in PDF page
destination
Type: HiQPdfPdfDestination
The link destination
See Also

Reference