PDFView4NET WPF Edition
Load(Stream) Method




O2S.Components.PDFView4NET Namespace > PDFDocument Class > Load Method : Load(Stream) Method
Stream storing the PDF file.
Loads the PDF file from stream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As PDFDocument
Dim stream As Stream
 
instance.Load(stream)
public void Load( 
   Stream stream
)
public: void Load( 
   Stream* stream
) 
public:
void Load( 
   Stream^ stream
) 

Parameters

stream
Stream storing the PDF file.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members
Overload List