.NET Framework Class Library

ConverterJobInfoEventArgs Properties

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterJobInfoEventArgs Properties

The ConverterJobInfoEventArgs type exposes the following members.

Properties

 

Name

Description

Public property

InputDocumentCount

Gets number of input documents that need to be converted.

Public property

InputFilePathList

Gets list of pathnames of input documents.

Public property

InputStreamList

Gets a list of streams containing the input documents.

Public property

IsStreamInput

Gets whether the input documents have been specified as streams.

Public property

IsStreamOutput

Gets whether output documents are set to be saved to streams.

Public property

OutputDocumentCount

Gets number of output documents.

Public property

OutputFilePathList

Gets list of output documents.

Public property

OutputFormat

Gets format to which input documents need to be converted.

Public property

OutputStreamList

Gets list of streams to which input documents need to be saved.

See Also

ConverterJobInfoEventArgs Class

Gnostice.Converter Namespace