Skip to main content

IDocument.IsLoaded Property

Indicates whether all document pages have already been loaded in a Document Preview.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

bool IsLoaded { get; }

Property Value

Type Description
Boolean

true, if the entire document has been loaded; otherwise, false.

See Also