.NET Framework Class Library

ConverterJobInfoEventArgs.IsStreamInput Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterJobInfoEventArgs Class > ConverterJobInfoEventArgs Properties >

.NET Framework Class Library

ConverterJobInfoEventArgs.IsStreamInput Property

Gets whether the input documents have been specified as streams.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property IsStreamInput As Boolean
 Get
 Set

C#

public bool IsStreamInput { getset; }

Visual C++

public:
property bool IsStreamInput {
 bool get ();
 void set (bool value);
}

See Also

ConverterJobInfoEventArgs Class

ConverterJobInfoEventArgs Members

Gnostice.Converter Namespace