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