Click or drag to resize

FileAttachmentElement(RectangleF, Stream, String) Constructor

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

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public FileAttachmentElement(
	RectangleF linkRectangle,
	Stream fileStream,
	string attachmentName
)

Parameters

linkRectangle  RectangleF
The attachment link rectangle in page
fileStream  Stream
The file stream
attachmentName  String
A name for attachment
See Also