 |
PdfFileAttachmentElement(String) Constructor |
Creates a file attachment without a link in the pdf page to the attachment.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfFileAttachmentElement(
string fileName
)
Public Sub New (
fileName As String
)
Parameters
- fileName String
- The path to file to be attached.
See Also