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