Cuminas DjVu SDK for .NET Framework
FromXMLStream Method



Stream of the DjVu XML file.
Imports DjVu structure from a DjVu XML stream.
Syntax
Public Shared Function FromXMLStream( _
   ByVal stream As Stream _
) As Document
Dim stream As Stream
Dim value As Document
 
value = Document.FromXMLStream(stream)
public static Document FromXMLStream( 
   Stream stream
)
public:
static Document^ FromXMLStream( 
   Stream^ stream
) 

Parameters

stream
Stream of the DjVu XML file.

Return Value

Imported Document object.
Remarks
If the file is not a valid DjVu XML, this method throws an exception.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback