ExifTagImageDNGVersion Property

Gets the DNGVersion EXIF tag.

Description: This tag encodes the DNG four-tier version number. For files compliant with version 1.1.0.0 of the DNG specification, this tag should contain the bytes: 1, 1, 0, 0.
Id: 50706 (0xc612)
Type: Byte

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ExifTag DNGVersion { get; }

Property Value

ExifTag

See Also