Skip to main content
A newer version of this page is available. .

PageList.ToArray() Method

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

Namespace: DevExpress.XtraPrinting

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

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