.NET Framework Class Library

ConverterErrorEventArgs.InputDocumentIndex Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterErrorEventArgs.InputDocumentIndex Property

Gets index of the document with which the error occurred.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public ReadOnly Property InputDocumentIndex As Integer
 Get

C#

public int InputDocumentIndex { get; }

Visual C++

public:
property int InputDocumentIndex {
 int get ();
}

See Also

ConverterErrorEventArgs Class

ConverterErrorEventArgs Members

Gnostice.Converter Namespace