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