PdfPageAddFileLink Method Terminal Works - PDF Printing.Net Library
Adds a link to a file.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfLinkAnnotation AddFileLink(
	PdfRectangle rect,
	string fileName
)

Parameters

rect
Type: PdfEdit.PdfPdfRectangle
The rect.
fileName
Type: SystemString
Name of the file.

Return Value

Type: PdfLinkAnnotation
See Also

Reference