Gets the version of the application that was used to save the currently loaded file.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GetFileVersion()
Visual Basic
Public Function GetFileVersion As String
JScript
public function GetFileVersion() : String

Return Value

A string containing the major, minor, build, and revision numbers, where each number is delimited with a period character ('.').

See Also