ArrayAtom AddRange Function. Adds the elements in the supplied array at the end of this array. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Adds the elements in the supplied array at the end of this array

 

   
Syntax  

[C#]
void AddRange(ArrayAtom array)

[Visual Basic]
Sub AddRange(array As ArrayAtom)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
array The array whose elements should be added.

 

   

Notes
 

Adds the elements in the supplied array at the end of this array.

If the supplied array is null then an exception will be raised.

 

   

Example
 

None.