Cuminas DjVu SDK for .NET Framework
IsCollection Property



Determines whether the chunk is a collection or not.
Syntax
Public ReadOnly Property IsCollection As Boolean
Dim instance As Chunk
Dim value As Boolean
 
value = instance.IsCollection
public bool IsCollection {get;}
public:
property bool IsCollection {
   bool get();
}

Property Value

true if the chunk is a collection; otherwise false.
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

Send Feedback