HiQPdf Documentation

PdfFileLink Constructor

HiQPdf Client for .NET Core
Creates a file link object to add to PDF document

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

public PdfFileLink(
	RectangleFloat linkRectangle,
	string filePath
)

Parameters

linkRectangle
Type: HiQPdfClientRectangleFloat
The link rectangle in PDF page
filePath
Type: SystemString
The linked file absolute or relative path
See Also

Reference