.NET Framework Class Library

ConverterNeedOutputStreamEventArgs Constructor

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterNeedOutputStreamEventArgs Constructor

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Sub New ( _
 stream As Stream, _
 fileExtension As String, _
 job As ConverterJobInfoEventArgs _
)

C#

public ConverterNeedOutputStreamEventArgs(
 Stream stream,
 string fileExtension,
 ConverterJobInfoEventArgs job
)

Visual C++

public:
ConverterNeedOutputStreamEventArgs(
 Streamstream,
 StringfileExtension,
 ConverterJobInfoEventArgsjob
)

Parameters

stream

Type: System.IO.Stream

fileExtension

Type: System.String

job

Type: Gnostice.Converter.ConverterJobInfoEventArgs

See Also

ConverterNeedOutputStreamEventArgs Class

ConverterNeedOutputStreamEventArgs Members

Gnostice.Converter Namespace