Skip to main content

IDocumentPreviewModel.IsEmptyDocument Property

Gets the value specifying whether the document has any pages.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

bool IsEmptyDocument { get; }

Property Value

Type Description
Boolean

true if the document is empty; otherwise false.

See Also