ExifTagImageRawDataUniqueID Property

Gets the RawDataUniqueID EXIF tag.

Description: This tag contains a 16-byte unique identifier for the raw image data in the DNG file. DNG readers can use this tag to recognize a particular raw image, even if the file's name or the metadata contained in the file has been changed. If a DNG writer creates such an identifier, it should do so using an algorithm that will ensure that it is very unlikely two different images will end up having the same identifier.
Id: 50781 (0xc65d)
Type: Byte

Definition

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

Property Value

ExifTag

See Also