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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public FileAttachmentElement(
	RectangleF linkRectangle,
	string filePath
)
Visual Basic
Public Sub New ( 
	linkRectangle As RectangleF,
	filePath As String
)
Visual C++
public:
FileAttachmentElement(
	RectangleF linkRectangle, 
	String^ filePath
)

Parameters

linkRectangle
Type: System.Drawing..::..RectangleF
The attachment link rectangle in page
filePath
Type: System..::..String
The path to file to be attached

See Also