FileAttachmentElement(Stream, String) Constructor |
Creates a file attachment from a stream
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic FileAttachmentElement(
Stream fileStream,
string attachmentName
)
Public Sub New (
fileStream As Stream,
attachmentName As String
)
Parameters
- fileStream Stream
- The file stream
- attachmentName String
- A name for attachment
See Also