'Declaration
Public Overloads Shared Function Load( _ ByVal fileName As String _ ) As PdfDocument
'Usage
Dim fileName As String Dim value As PdfDocument value = PdfDocument.Load(fileName)
public static PdfDocument Load( string fileName )
public: static PdfDocument^ Load( String^ fileName )
Parameters
- fileName
- Path to source PDF file
Return Value
A PdfFixedDocument object or a Xfinium.Pdf.Portfolios.PdfPortfolio object depending on the PDF file type.