Accusoft.PrintPro8.Net
CopyTo Method (PaperCollection)




An array to copy the paper object to.
An integer value which represents the initial index to start copying at.
Copies the collection of Paper objects to an array of papers.
Syntax
public void CopyTo( 
   Paper[] array,
   int index
)
public: void CopyTo( 
   Paper*[]* array,
   int index
) 
public:
void CopyTo( 
   array<Paper^>^ array,
   int index
) 
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Paper, _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As PaperCollection
Dim array() As Paper
Dim index As Integer
 
instance.CopyTo(array, index)

Parameters

array
An array to copy the paper object to.
index
An integer value which represents the initial index to start copying at.
See Also

Reference

PaperCollection Class
PaperCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback