HiQPdf Documentation

PdfDocumentCreateFileLink Method

Quickly Create High Quality PDFs
Creates link to a file in the given PDF page and the given bounds

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

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

Parameters

page
Type: HiQPdfPdfPage
The PDF page where to create the link
rectangle
Type: System.DrawingRectangleF
The link rectangle in the PDF page
file
Type: SystemString
The full or relative path to the file to link
See Also

Reference