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

DocumentPreviewModelBase.IsEmptyDocument Property

Gets the value specifying whether the document has any pages.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public abstract bool IsEmptyDocument { get; }

Property Value

Type Description
Boolean

true if the document is empty; otherwise false.

Implements

See Also