Click or drag to resize
Pdf Library for .NET

PdfFileAttachmentElement(RectangleF, String) Constructor

Creates a file attachment and a link in the pdf page to the attachment.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfFileAttachmentElement(
	RectangleF linkRectangle,
	string fileName
)

Parameters

linkRectangle  RectangleF
The attachment link rectangle in the pdf page.
fileName  String
The path to file to be attached.
See Also