PDFView4NET WinForms Edition
FromStream(Stream) Method




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

Parameters

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

Return Value

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

FDFFile Class
FDFFile Members