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



Syntax
Public Overridable Default Property Item( _
   ByVal index As Integer _
) As Chunk
Dim instance As Chunk
Dim index As Integer
Dim value As Chunk
 
instance.Item(index) = value
 
value = instance.Item(index)
public virtual Chunk this[ 
   int index
]; {get; set;}
public:
virtual property Chunk^ default [int] {
   Chunk^ get(int index);
   void set (int index, Chunk^ value);
}

Parameters

index
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