.NET Framework Class Library
ConverterJobInfoEventArgs.OutputStreamList Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterJobInfoEventArgs Class > ConverterJobInfoEventArgs Properties > ConverterJobInfoEventArgs.OutputStreamList Property |
Gets list of streams to which input documents need to be saved.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Property OutputStreamList As List(Of Stream) |
C# |
public List<Stream> OutputStreamList { get; private set; } |
Visual C++ |
public: |
ConverterJobInfoEventArgs Class