FileConverter Interface 

Represents a file converter that's used to open or save files.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ileConverterImplementation
    Implements FileConverter
End Class
Dim ileConverterImplementation1 As New ileConverterImplementation()

Syntax

Public Interface FileConverter
public interface FileConverter
public interface class FileConverter
public interface FileConverter
public interface FileConverter

Remarks

The FileConverter object is a member of the FileConverters collection. The FileConverters collection contains all the installed file converters for opening and saving files.

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.

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 (Tools menu).

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

FileConverter Members