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

.NET Framework Class Library

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)

Syntax

Visual Basic

Function Check ( _
 stream As Stream _
As Boolean

C#

bool Check(
 Stream stream
)

Visual C++

bool Check(
 Streamstream
)

Parameters

stream

Type: System.IO.Stream

Return Value

True if it confirms, false otherwise.

See Also

IDocument Interface

IDocument Members

Check Overload

Gnostice.Core.DOM Namespace