ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / CopyTo Method
Destination array.
Starting index.




In This Topic
CopyTo Method (ImGearDocumentPageArray)
In This Topic
Copies all the pages from the current page array to the page array starting at the specified index.
Syntax
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
Destination array.
index
Starting index.
See Also