.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 > ConverterJobInfoEventArgs.InputDocumentCount Property |
Gets number of input documents that need to be converted.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public ReadOnly Property InputDocumentCount As Integer |
C# |
public int InputDocumentCount { get; } |
Visual C++ |
public: |
ConverterJobInfoEventArgs Class