HiQPdf Documentation

PdfDocumentCreateUriLink Method

HiQPdf Client for .NET Core
Constructs a link in the given PDF page from the given rectangle to the resource given by the the destination URI

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

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

Parameters

page
Type: HiQPdfClientPdfPage
The PDF page where to create the link
rectangle
Type: HiQPdfClientRectangleFloat
The link rectangle in PDF page
uri
Type: SystemString
The destination URI
See Also

Reference