FileAttachmentElement Constructor (Stream, String) |
Creates a file attachment from a stream
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic FileAttachmentElement(
Stream fileStream,
string attachmentName
)
Public Sub New (
fileStream As Stream,
attachmentName As String
)
Parameters
- fileStream
- Type: System.IOStream
The file stream - attachmentName
- Type: SystemString
A name for attachment
See Also