FileConverters Interface

A collection of FileConverter objects that represent all the file converters available for opening and saving files.

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

Syntax

'Declaration
<GuidAttribute("92D41A50-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface FileConverters _
    Inherits Collection
'Usage
Dim instance As FileConverters
[GuidAttribute("92D41A50-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface FileConverters : Collection

Remarks

Use the FileConverters property to return the FileConverters collection.

The Add method isn't available for the FileConverters collection. FileConverter objects are added during installation of Microsoft Office or by installing supplemental converters.

Use FileConverters(Index), where Index is a class name or index number, to return a single FileConverter object.

The index number represents the position of the file converter in the FileConverters collection, as in MsgBox FileConverters(1).FormatName.

File converters for saving documents are listed in the Save As dialog box. File converters for opening documents appear in a dialog box if the Confirm conversion at Open check box is selected on the General tab in the Options dialog box.

See Also

Reference

FileConverters Members

Microsoft.Office.Interop.PowerPoint Namespace