'Declaration
Public Overloads Shared Function Load( _ ByVal stream As Stream _ ) As PDFDocument
'Usage
Dim stream As Stream Dim value As PDFDocument value = PDFDocument.Load(stream)
public static PDFDocument Load( Stream stream )
public: static PDFDocument^ Load( Stream^ stream )
Parameters
- stream
- Stream that contains the PDF file.
Return Value
A PDFFixedDocument object or a O2S.Components.PDF4NET.Portfolios.PDFPortfolio object depending on the PDF file type.