Page.Document Property
In This Article
Gets the document which contains the page.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Document | A Document object representing the document containing the current page. |
#Remarks
A collection of all the pages in a document can be accessed via the Document.Pages property.
See Also