ObjectSoup CopyTo Function. Copies the objects in the Soup to an Array. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Copies the objects in the Soup to an Array.

 

   
Syntax  

[C#]
void CopyTo(IndirectObject[] array, int index)

[Visual Basic]
Sub CopyTo(array As IndirectObject(), index As Integer)

 

   

Params
 
Name Description
array The array that is the destination for the elements.
index The zero-based index in array at which copying begins.

 

   

Notes
 

Copies the elements of the Soup to an array starting at a particular array index.

The array must be one-dimensional and have zero-based indexing.

 

   

Example
 

None.