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

Document.IsEmpty Property

Indicates whether or not the document has any pages.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public virtual bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the document has no pages; otherwise, false.

See Also