.NET Framework Class Library
ConverterJobInfoEventArgs.InputFilePathList Property
<< Click to Display Table of Contents >> ConverterJobInfoEventArgs.InputFilePathList Property |
Gets list of pathnames of input documents.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Property InputFilePathList As List(Of String) |
C# |
public List<string> InputFilePathList { get; private set; } |
Visual C++ |
public: |
ConverterJobInfoEventArgs Class