.NET Framework Class Library

ConverterJobInfoEventArgs Members

<< 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 Members

The ConverterJobInfoEventArgs type exposes the following members.

Constructors

 

Name

Description

Public method

ConverterJobInfoEventArgs()


Public method

ConverterJobInfoEventArgs(List(String), List(Stream), Boolean, List(String), List(Stream), Boolean, String)


Methods

 

Name

Description

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetType

(Inherited from Object.)

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

ToString

(Inherited from Object.)

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