PDFView4NET WPF Edition
FromStream(Stream) Method




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

Parameters

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

Return Value

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

XFDFFile Class
XFDFFile Members