Skip to main content

Page.Document Property

Gets the document which contains the page.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public Document Document { get; }

#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