HiQPdf Documentation

PdfUrlLink Constructor

HiQPdf Client for .NET Core
Creates an URL link object to add to PDF document

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

public PdfUrlLink(
	RectangleFloat linkRectangle,
	string url
)

Parameters

linkRectangle
Type: HiQPdfClientRectangleFloat
The link rectangle in page
url
Type: SystemString
The destination URL
See Also

Reference