A newer version of this page is available.
Switch to the current version.
PageList.AddRange(IEnumerable) Method
Appends an array of pages to the collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
pages | IEnumerable | An array of the Page objects to append to the collection. |
Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also
Feedback