.NET Framework Class Library

ConverterJobInfoEventArgs.InputFilePathList Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

ConverterJobInfoEventArgs.InputFilePathList Property

Gets list of pathnames of input documents.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

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

C#

public List<stringInputFilePathList { getprivate set; }

Visual C++

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

See Also

ConverterJobInfoEventArgs Class

ConverterJobInfoEventArgs Members

Gnostice.Converter Namespace