PageList(Document) Constructor
Initializes a new instance of the PageList class with the specified document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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. |
See Also