 |
PdfFileAttachmentElement(Stream, String) Constructor |
Creates a file attachment from a stream without a link in the pdf page to the attachment.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfFileAttachmentElement(
Stream stream,
string attachmentName
)
Public Sub New (
stream As Stream,
attachmentName As String
)
Parameters
- stream Stream
- The file stream.
- attachmentName String
- The name of the attachment.
See Also