Skip to main content

IDocument.IsEmpty Property

For internal use. Indicates whether or not the document is empty (i.e., does it contain at least one page).

Namespace: DevExpress.DocumentView

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

NuGet Package: DevExpress.Printing.Core

#Declaration

bool IsEmpty { get; }

#Property Value

Type Description
Boolean

true if the document is emtpy; otherwise, false.

See Also