[]
Copies the objects in the PageCollection to a Page array, starting at the specified array index.
public void CopyTo(Page[] array, int arrayIndex)
| Type | Name | Description |
|---|---|---|
| Page[] | 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. |
| int | arrayIndex | A zero-based int index in the array at which copying begins. |