.NET Framework Class Library
IDocument.IsLoadingCompleted Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Properties > IDocument.IsLoadingCompleted Property |
Boolean to indicate if the entire document (all pages) have been read and are therefore available for access.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
ReadOnly Property IsLoadingCompleted As Boolean |
C# |
bool IsLoadingCompleted { get; } |
Visual C++ |
property bool IsLoadingCompleted { |