_Application.FileConverters Property

Returns information about installed file converters. Returns a null reference (Nothing in Visual Basic) if there are no converters installed. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property FileConverters As FileConverters
    Get
'Usage
Dim instance As _Application
Dim value As FileConverters

value = instance.FileConverters
FileConverters FileConverters { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.FileConverters

Remarks

If you do not specify the index 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.

Column

Contents

1

The long name of the converter.

2

The path of the converter DLL or code resource.

3

The file-extension search string.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.PowerPoint Namespace