.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 > ConverterDocumentInfoEventArgs.InputIndex Property |
Gets index of the document in a conversion job.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Property InputIndex As Integer |
C# |
public int InputIndex { get; private set; } |
Visual C++ |
public: |
ConverterDocumentInfoEventArgs Class