ArrayAtom CopyTo Function. Copies the Atoms into an array. ABCpdf .NET PDF Library. From ABCpdf .net previous page next page CopyTo Function Copies the Atoms into an array. Syntax [C#]void CopyTo(Atom[] array, int index) [Visual Basic]Sub CopyTo(array As Atom(), 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. previous page start next page