Skip to main content

Document.IsEmpty Property

Indicates whether or not the document has any pages.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public virtual bool IsEmpty { get; }

#Property Value

Type Description
Boolean

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

See Also