Accusoft.PrintPro8.Net
CopyTo Method (PaperBinCollection)




The array to copy the elements to.
An integer which represents the index location to start copying at.
Copies the elements of the collection to an array of paper bin type.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As PaperBin, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As PaperBinCollection
Dim array() As PaperBin
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   PaperBin[] array,
   int index
)
public: void CopyTo( 
   PaperBin*[]* array,
   int index
) 
public:
void CopyTo( 
   array<PaperBin^>^ array,
   int index
) 

Parameters

array
The array to copy the elements to.
index
An integer which represents the index location to start copying at.
See Also

Reference

PaperBinCollection Class
PaperBinCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback