PageList.ToArray() Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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