.NET Framework Class Library

ConverterJobInfoEventArgs.IsStreamOutput 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.IsStreamOutput Property

Gets whether output documents are set to be saved to streams.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property IsStreamOutput As Boolean
 Get
 Set

C#

public bool IsStreamOutput { getset; }

Visual C++

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

See Also

ConverterJobInfoEventArgs Class

ConverterJobInfoEventArgs Members

Gnostice.Converter Namespace