Skip to main content

PageList.CopyTo(Page[], Int32) Method

Copies all Pages from this collection to a compatible target one-dimensional array, starting from the specific index of the target array.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void CopyTo(
    Page[] array,
    int arrayIndex
)

Parameters

Name Type Description
array Page[]

An array to which all PageList items should be copied.

arrayIndex Int32

A zero-based index starting from which copied elements should be arranged in the target array.

See Also