.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 > ConverterJobInfoEventArgs.IsStreamOutput Property |
Gets whether output documents are set to be saved to streams.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Property IsStreamOutput As Boolean |
C# |
public bool IsStreamOutput { get; set; } |
Visual C++ |
public: |
ConverterJobInfoEventArgs Class