Skip to main content
All docs
V26.1
  • 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

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

    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.

    Implements

    See Also