Click or drag to resize

FileAttachmentElement(Stream, String) Constructor

Creates a file attachment from a stream

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

Parameters

fileStream  Stream
The file stream
attachmentName  String
A name for attachment
See Also