Cuminas DjVu SDK for .NET Framework
Document Constructor(Stream)



Stream which contains valid DjVu file.
Initializes the Document object with a stream.
Syntax
Public Function New( _
   ByVal stream As Stream _
)
Dim stream As Stream
 
Dim instance As New Document(stream)
public Document( 
   Stream stream
)
public:
Document( 
   Stream^ stream
)

Parameters

stream
Stream which contains valid DjVu file.
Remarks
If the file is not a valid DJVM or DJVU, 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
Overload List

Send Feedback