HiQPdf Documentation

PdfInternalLink Constructor

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

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

public PdfInternalLink(
	RectangleFloat linkRectangle,
	PdfDestination destination
)

Parameters

linkRectangle
Type: HiQPdfClientRectangleFloat
The internal link rectangle in PDF page
destination
Type: HiQPdfClientPdfDestination
The link destination in PDF document
See Also

Reference