'Declaration
Public Overloads Shared Function Load( _ ByVal stream As Stream, _ ByVal password As String _ ) As PdfDocument
'Usage
Dim stream As Stream Dim password As String Dim value As PdfDocument value = PdfDocument.Load(stream, password)
public static PdfDocument Load( Stream stream, string password )
public: static PdfDocument^ Load( Stream^ stream, String^ password )
Parameters
- stream
- Stream that contains the 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.