Click or drag to resize

FileAttachmentElement Constructor (Stream, String)

Creates a file attachment from a stream

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

Parameters

fileStream
Type: System.IOStream
The file stream
attachmentName
Type: SystemString
A name for attachment
See Also