FileConverters Interface 

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

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

Usage

Public Class ileConvertersImplementation
    Implements FileConverters
End Class
Dim ileConvertersImplementation1 As New ileConvertersImplementation()

Syntax

Public Interface FileConverters
    Inherits IEnumerable
public interface FileConverters : IEnumerable
public interface class FileConverters : public IEnumerable
public interface FileConverters implements IEnumerable
public interface FileConverters implements IEnumerable

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.

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

FileConverters Members