ExpertPdf PDF Creator Library
FileAttachmentElement Constructor (fileStream, attachmentName)
NamespacesExpertPdf.PdfCreatorFileAttachmentElementFileAttachmentElement(Stream, String)
ExpertPdf PDF Creator Library
Creates a file attachment from a stream
Declaration Syntax
C#Visual BasicVisual C++
public FileAttachmentElement(
	Stream fileStream,
	string attachmentName
)
Public Sub New ( 
	fileStream As Stream,
	attachmentName As String
)
public:
FileAttachmentElement(
	Stream^ fileStream, 
	String^ attachmentName
)
Parameters
fileStream (Stream)
The file stream
attachmentName (String)
A name for attachment

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)