_Global.FileConverters Property
Returns a FileConverters collection that represents all the file converters available to Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property FileConverters As FileConverters
Get
'Usage
Dim instance As _Global
Dim value As FileConverters
value = instance.FileConverters
FileConverters FileConverters { get; }
Property Value
Type: Microsoft.Office.Interop.Word.FileConverters