PageCollection.CopyTo(Page[], Int32) Method
Copies the elements of the collection to an array, starting at a particular array index.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| array | Page[] | The zero-based array where the elements of the collection are copied to. |
| arrayIndex | Int32 | The zero-based index in array at which to start copying. |
See Also