HiQPdf Documentation

PdfDocumentCreatePdfLink Method

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

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

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

Parameters

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

Reference