I have a docx document in Sharepoint. It gets loaded into a byte array.
I then call
Dim docTypeFormat As Syncfusion.DocIO.FormatType = FormatType.Docx
Dim document As IWordDocument = New WordDocument(inStream, docTypeFormat)
If I then look at the value in document.properties.version, it returns "Word97"