This property records fractions of seconds for the related date time properties.

[C++Builder]   imagekitcontrolname->FileIO->Exif->SubSecTimeDigitized[ = UnicodeString ]
[Delphi]   imagekitcontrolname.FileIO.Exif.SubSecTimeDigitized[ = String ]

Reference

The SubSecTimeDigitized property records fractions of seconds for the DateTimeDigitized property.


For example, if the subsecond data is 0.130 then

    SubSecTimeDigitized = "130"

Explanation

The SubSecTimeDigitized property records fractions of seconds for the related date time properties. 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 relating to date and time.

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