CopyTo Method (PageCollection)
In This Topic
Copies the objects in the
PageCollection to a
Page array, starting at the specified array index.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal () As Page, _
ByVal As Integer _
)
public void CopyTo(
Page[] ,
int
)
Parameters
- array
- An one-dimensional array of the Page objects that is the destination of the elements copied from the PageCollection. The array must have zero-based indexing.
- arrayIndex
- A zero-based System.Int32 index in the array at which copying begins.
See Also