.NET Framework Class Library

IDocument.IsLoadingFaultTolerant 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.IsLoadingFaultTolerant Property

Property to indicate if the document engine can handle corrupted documents by fixing faults encountered in the document during the loading process.

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

ReadOnly Property IsLoadingFaultTolerant As Boolean
 Get

C#

bool IsLoadingFaultTolerant { get; }

Visual C++

property bool IsLoadingFaultTolerant {
 bool get ();
}

See Also

IDocument Interface

IDocument Members

Gnostice.Core.DOM Namespace