Fields CopyTo Function. Copies the items into a collection. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Copies the items into a collection.

 

   
Syntax  

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

[Visual Basic]
Sub CopyTo(array As Field(), 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 collection to an array starting at a particular array index.

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

 

   

Example
 

None.