Creates a file attachment from a stream 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,
	Stream fileStream,
	string attachmentName
)
Visual Basic
Public Sub New ( 
	linkRectangle As RectangleF,
	fileStream As Stream,
	attachmentName As String
)
Visual C++
public:
FileAttachmentElement(
	RectangleF linkRectangle, 
	Stream^ fileStream, 
	String^ attachmentName
)

Parameters

linkRectangle
Type: System.Drawing..::..RectangleF
The attachment link rectangle in page
fileStream
Type: System.IO..::..Stream
The file stream
attachmentName
Type: System..::..String
A name for attachment

See Also