.NET Framework Class Library
IDocument.Check Method (Stream)
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Methods > Check Method > IDocument.Check Method (Stream) |
Only for internal use. Returns whether the supplied stream conforms to the document format supported by this document engine.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Function Check ( _ |
C# |
bool Check( |
Visual C++ |
bool Check( |
stream
Type: System.IO.Stream
True if it confirms, false otherwise.