HiQPdf Documentation

PdfDocumentCreateFileLink Method

HiQPdf Client for .NET Core
Creates link to a file in the given PDF page and the given bounds

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

public void CreateFileLink(
	PdfPage page,
	RectangleFloat rectangle,
	string file
)

Parameters

page
Type: HiQPdfClientPdfPage
The PDF page where to create the link
rectangle
Type: HiQPdfClientRectangleFloat
The link rectangle in the PDF page
file
Type: SystemString
The full or relative path to the file to link
See Also

Reference