Version

WordProcessingPackage.Version property

Gets the version number of the application that created the document.

public int? Version { get; }

Property Value

The version number of the application that created the document.

Remarks

When a document was created by Microsoft Word, then high 16 bit represent the major version and low 16 bit represent the build number.

See Also