Cuminas DjVu SDK for .NET Framework
Insert Method (Chunk)



Position to insert the chunk.
Chunk to insert.
Inserts a chunk.
Syntax
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal chunk As Chunk _
) 
Dim instance As Chunk
Dim index As Integer
Dim chunk As Chunk
 
instance.Insert(index, chunk)
public virtual void Insert( 
   int index,
   Chunk chunk
)
public:
virtual void Insert( 
   int index,
   Chunk^ chunk
) 

Parameters

index
Position to insert the chunk.
chunk
Chunk to insert.
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