|  | 
| PdfDocument Constructor (String) | 
 
            Loads a pdf document from an existing pdf file.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfDocument(
	string fileName
)
Public Sub New ( 
	fileName As String
)
Parameters
- fileName
- Type: SystemString
 The full path to the existing pdf document file.
 See Also
See Also