Share via


FileConverter.OpenFormat Property 

Returns the file format of the specified file converter.

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

Usage

Dim fileConverter1 As FileConverter

Dim returnValue As Integer
returnValue = fileConverter1.OpenFormat

Syntax

ReadOnly Property OpenFormat() As Integer
int OpenFormat {get;}
property Int32 OpenFormat{
    Int32 get();
}
public int get_OpenFormat();
function get OpenFormat() : int;

Remarks

The OpenFormat property can be any valid WdOpenFormat constant, or it can be a unique number that represents an external file converter.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

FileConverter Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

FileConverter Members