Accusoft.PrintPro8.Net
CopyTo Method (PrinterCollection)




A one-dimensional array that is the destination of the elements copied from the collection. The Array must have zero-based indexing and be of type Printer.
An integer value which represents the zero-based index in array at which copying begins.
Copies the elements of the printer collection to an array, starting at the given index location.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Printer, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As PrinterCollection
Dim array() As Printer
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   Printer[] array,
   int index
)
public: void CopyTo( 
   Printer*[]* array,
   int index
) 
public:
void CopyTo( 
   array<Printer^>^ array,
   int index
) 

Parameters

array
A one-dimensional array that is the destination of the elements copied from the collection. The Array must have zero-based indexing and be of type Printer.
index
An integer value which represents the zero-based index in array at which copying begins.
Remarks

Note: It is not recommended that this method be used.

See Also

Reference

PrinterCollection Class
PrinterCollection Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback