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.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the document is emtpy; otherwise, false. |
See Also