Skip to main content

PageList.ToArray() Method

Copies the elements of the PageList to a new array of Page objects.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public Page[] ToArray()

Returns

Type Description
Page[]

An array of Page objects containing the copies of the elements of the PageList.

Remarks

Use the ToArray method to convert the PageList object to an array.

See Also