.NET Framework Class Library

ConverterOutputReadyEventArgs.Stream Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterOutputReadyEventArgs.Stream Property

Gets the stream to which the document has been saved.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public ReadOnly Property Stream As Stream
 Get

C#

public Stream Stream { get; }

Visual C++

public:
property StreamStream {
 Streamget ();
}

See Also

ConverterOutputReadyEventArgs Class

ConverterOutputReadyEventArgs Members

Gnostice.Converter Namespace