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



Chunk which contains either DJVM or DJVU.
Initializes the Document object with a chunk.
Syntax
Public Function New( _
   ByVal chunk As Chunk _
)
Dim chunk As Chunk
 
Dim instance As New Document(chunk)
public Document( 
   Chunk chunk
)
public:
Document( 
   Chunk^ chunk
)

Parameters

chunk
Chunk which contains either DJVM or DJVU.
Remarks
If the chunk 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