This property refers to the GPS date information in the Exif image.

[C++Builder]   imagekitcontrolname->FileIO->Exif->DateStamp[ = UnicodeString ]
[Delphi]   imagekitcontrolname.FileIO.Exif.DateStamp[ = string ]

Reference

GPS date information is based on UTC (Coordinated Universal Time). Format "YYYY:MM:DD"

Explanation

The DateStamp property refers to the GPS date information in the Exif image. The Value is based on UTC format, "YYYY:MM:DD".

The property value can be set or retrieved by executing the FileIO.GetImageFileType or the FileIO.GetImageFileTypeMem methods.

This property value is derived from the image tags related to GPS information of the Exif image.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

[Differences from the ImageKit7 ActiveX]

In the IK7 this was a read only property. It can now be set.

 

The ImageKit10 VCL is a product created by Newtone Corporation