Cuminas DjVu SDK for .NET Framework
Chunk Constructor(String,Stream)



Chunk ID such as DJVM, DJVU, ...
Stream, which contains the chunk data.
Initializes the Chunk object using the specified stream.
Syntax
Public Function New( _
   ByVal id As String, _
   ByVal stream As Stream _
)
Dim id As String
Dim stream As Stream
 
Dim instance As New Chunk(id, stream)
public Chunk( 
   string id,
   Stream stream
)
public:
Chunk( 
   String^ id,
   Stream^ stream
)

Parameters

id
Chunk ID such as DJVM, DJVU, ...
stream
Stream, which contains the chunk data.
Requirements

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

See Also

Reference

Chunk Class
Chunk Members
Overload List

Send Feedback