Skip to main content
A newer version of this page is available. .

Page.Document Property

Gets the document which contains the page.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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