This property refers to whether or not the image is Exif.

[C++Builder]   imagekitcontrolname->FileIO->Exif->IsExif[ = bool ]
[Delphi]   imagekitcontrolname.FileIO.Exif.IsExif[ = Boolean ]

Reference

Value Explanation
True The file is an Exif file
False The file is not an Exif file

Explanation

The IsExif property refers to whether or not the image file is an exif file. The property value can be set or retrieved by executing the FileIO.GetImageFileType or the FileIO.GetImageFileTypeMem methods.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation