.NET Framework Class Library

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

Gets format to which input documents need to be converted.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property OutputFormat As String
 Get
 Private Set

C#

public string OutputFormat { getprivate set; }

Visual C++

public:
property StringOutputFormat {
 Stringget ();
 privatevoid set (Stringvalue);
}

See Also

ConverterJobInfoEventArgs Class

ConverterJobInfoEventArgs Members

Gnostice.Converter Namespace