FileConverter Interface

Represents a file converter that is used to open or save files. The FileConverter object is a member of the FileConverters collection. The FileConverters collection contains all the installed file converters for opening and saving files.

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

Syntax

'Declaration
<GuidAttribute("92D41A51-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface FileConverter
'Usage
Dim instance As FileConverter
[GuidAttribute("92D41A51-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface FileConverter

Remarks

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

You cannot create a new file converter or add one to the FileConverters collection. FileConverter objects are added during installation of Microsoft Office or by installing supplemental file converters. Use either the CanSave or CanOpen property to determine whether a FileConverter object can be used to open or save document.

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

FileConverter Members

Microsoft.Office.Interop.PowerPoint Namespace