This tag indicates an identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string EXIF_ImageUniqueID { get; set; }
Public Property EXIF_ImageUniqueID As String
	Get
	Set
public:
property String^ EXIF_ImageUniqueID {
	String^ get ();
	void set (String^ value);
}

See Also