_Document.DowngradeDocument Method
Downgrades a document to the Word 97-2003 document format so that it can be edited in a previous version of Microsoft Office Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub DowngradeDocument
'Usage
Dim instance As _Document
instance.DowngradeDocument()
void DowngradeDocument()