.NET Framework Class Library

ConverterJobInfoEventArgs.InputDocumentCount Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterJobInfoEventArgs.InputDocumentCount Property

Gets number of input documents that need to be converted.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public ReadOnly Property InputDocumentCount As Integer
 Get

C#

public int InputDocumentCount { get; }

Visual C++

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

See Also

ConverterJobInfoEventArgs Class

ConverterJobInfoEventArgs Members

Gnostice.Converter Namespace