ExifTagImageDNGBackwardVersion Property

Gets the DNGBackwardVersion EXIF tag.

Description: This tag specifies the oldest version of the Digital Negative specification for which a file is compatible. Readers shouldnot attempt to read a file if this tag specifies a version number that is higher than the version number of the specification the reader was based on. In addition to checking the version tags, readers should, for all tags, check the types, counts, and values, to verify it is able to correctly read the file.
Id: 50707 (0xc613)
Type: Byte

Definition

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

Property Value

ExifTag

See Also