|  | 
| PdfPortfolioFile Constructor (String) | 
 
            Creates portfolio embedded file from the specified file.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfPortfolioFile(
	string fileName
)
Public Sub New ( 
	fileName As String
)
Parameters
- fileName
- Type: SystemString
 The full path to the existing file. The file name should include an extension.
 See Also
See Also