.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 >

.NET Framework Class Library

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)

Syntax

Visual Basic

ReadOnly Property IsLoadingCompleted As Boolean
 Get

C#

bool IsLoadingCompleted { get; }

Visual C++

property bool IsLoadingCompleted {
 bool get ();
}

See Also

IDocument Interface

IDocument Members

Gnostice.Core.DOM Namespace