PageList(Document, IList<Page>) Constructor
Initializes a new instance of the PageList class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
document | Document | A Document object which specifies the document which contains this page list. The created PageList is assigned to the Document.Pages property of the specified document. |
list | IList<Page> | A collection of Page objects that specify document pages. |
See Also