PdfDocumentCreateFileLink Method

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

Definition

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

Parameters

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

See Also