Cuminas DjVu SDK for .NET Framework
Count Property (Chunk)



Gets the number of chuild chunks.
Syntax
Public Overridable ReadOnly Property Count As Integer
Dim instance As Chunk
Dim value As Integer
 
value = instance.Count
public virtual int Count {get;}
public:
virtual property int Count {
   int get();
}

Property Value

The number of chuild chunks.
Remarks

If this chunk is not a collection chunk, this method throws an exception. To determine whether the chunk is a collection or not, use IsCollection Property.

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