PdfDocumentCreateUriLink Method

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void CreateUriLink(
	PdfPage page,
	RectangleFloat rectangle,
	string uri
)

Parameters

page  PdfPage
The PDF page where to create the link
rectangle  RectangleFloat
The link rectangle in PDF page
uri  String
The destination URI

See Also