ImageGear .NET - Updated October 26, 2017
CopyTo Method (ImGearPDFDocumentPageArray)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocumentPageArray Class : CopyTo Method
Destination array.
Starting index.
Copies all the pages from the current page array to destination page array.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearPDFDocumentPageArray
Dim array As Array
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
Destination array.
index
Starting index.
See Also

Reference

ImGearPDFDocumentPageArray Class
ImGearPDFDocumentPageArray Members