.NET Framework Class Library

ConverterDocumentInfoEventArgs.InputIndex Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterDocumentInfoEventArgs.InputIndex Property

Gets index of the document in a conversion job.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property InputIndex As Integer
 Get
 Private Set

C#

public int InputIndex { getprivate set; }

Visual C++

public:
property int InputIndex {
 int get ();
 privatevoid set (int value);
}

See Also

ConverterDocumentInfoEventArgs Class

ConverterDocumentInfoEventArgs Members

Gnostice.Converter Namespace