HiQPdf Documentation

PdfDocumentCreateUriLink Method

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

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

public void CreateUriLink(
	PdfPage page,
	RectangleF rectangle,
	string uri
)

Parameters

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

Reference