_Application.FileConverters[Object, Object] Property

Definition

Returns information about installed file converters. Returns Null if there are no converters installed.

public:
 property System::Object ^ FileConverters[System::Object ^, System::Object ^] { System::Object ^ get(System::Object ^ Index1, System::Object ^ Index2); };
public object FileConverters[object Index1, object Index2] { get; }
Public ReadOnly Property FileConverters(Optional Index1 As Object, Optional Index2 As Object) As Object

Parameters

Index1
Object

Optional Object. The long name of the converter, including the file-type search string in Windows, for example, "Lotus 1-2-3 Files (.wk)".

Index2
Object

Optional Object. The path of the converter DLL or code resource.

Property Value

Remarks

If you don’t specify arguments, this property returns an array that contains information about all the installed file converters. Each row in the array contains information about a single file converter, as shown in the following table.

1The long name of the converter
2The path of the converter DLL or code resource
3The file-extension search string

Applies to