This property refers to the version of the Exif Standard supported. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.
[Visual Basic] Public ReadOnly Property Version
As String
[C#] public string Version {get;}
Property Value
Version is the Exif version supported. (Example: "0210")
Explanation
The Version property refers to the version of the Exif Standard supported. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.
The property value is derived from the image tags related to the Exif version.