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



Array to copy to.
The first index on the array to copy to.
Copies child chunks to an array.
Syntax
Public Overridable Sub CopyTo( _
   ByVal arr() As Chunk, _
   ByVal arrIndex As Integer _
) 
Dim instance As Chunk
Dim arr() As Chunk
Dim arrIndex As Integer
 
instance.CopyTo(arr, arrIndex)
public virtual void CopyTo( 
   Chunk[] arr,
   int arrIndex
)
public:
virtual void CopyTo( 
   array<Chunk^>^ arr,
   int arrIndex
) 

Parameters

arr
Array to copy to.
arrIndex
The first index on the array to copy to.
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