ImageGear .NET v24.14 - Updated September 15, 2020
CopyTo Method (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : CopyTo Method
Destination array.
Starting index.
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

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members