PDFView4NET WPF Edition
Open(Stream) Method




O2S.Components.PDFRender4NET.WPF Namespace > PDFFile Class > Open Method : Open(Stream) Method
the stream object used as source for this PDFFile object.
Creates a PDFFile object from the given stream object.
Syntax
'Declaration
 
Public Overloads Shared Function Open( _
   ByVal stream As Stream _
) As PDFFile
'Usage
 
Dim stream As Stream
Dim value As PDFFile
 
value = PDFFile.Open(stream)
public static PDFFile Open( 
   Stream stream
)
public: static PDFFile* Open( 
   Stream* stream
) 
public:
static PDFFile^ Open( 
   Stream^ stream
) 

Parameters

stream
the stream object used as source for this PDFFile object.

Return Value

A PDFFile object created based on the given stream object.
Remarks
The stream must contain a valid 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

PDFFile Class
PDFFile Members
Overload List