_Document.Convert Method
Converts file to the newest file format and enables all new features.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Convert
'Usage
Dim instance As _Document
instance.Convert()
void Convert()