PdfDocumentCreateFileLink Method

Creates link to a file in the given PDF page and the given bounds

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void CreateFileLink(
	PdfPage page,
	RectangleFloat rectangle,
	string file
)

Parameters

page  PdfPage
The PDF page where to create the link
rectangle  RectangleFloat
The link rectangle in the PDF page
file  String
The full or relative path to the file to link

See Also