Accusoft.PdfXpress6.Net
CopyTo Method (DocumentCollection)




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

Parameters

array
The one-dimensional Array that is the destination of the elements copied from DocumentCollection. The Array must have zero-based indexing.
index
An integer which represents the zero-based index in array at which copying begins.
See Also

Reference

DocumentCollection Class
DocumentCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback