.NET Framework Class Library

ConverterJobInfoEventArgs.OutputFilePathList 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.OutputFilePathList Property

Gets list of output documents.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property OutputFilePathList As List(Of String)
 Get
 Private Set

C#

public List<stringOutputFilePathList { getprivate set; }

Visual C++

public:
property List<String^>^ OutputFilePathList {
 List<String^>^ get ();
 privatevoid set (List<String^>^ value);
}

See Also

ConverterJobInfoEventArgs Class

ConverterJobInfoEventArgs Members

Gnostice.Converter Namespace