.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 > 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)
Visual Basic |
ReadOnly Property IsLoadingFaultTolerant As Boolean |
C# |
bool IsLoadingFaultTolerant { get; } |
Visual C++ |
property bool IsLoadingFaultTolerant { |