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

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.v20.2.Core.dll

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

Declaration

bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the document is emtpy; otherwise, false.

See Also