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

[Visual Basic]   imagekitcontrolname.File.Exif.IsExif[ = Boolean ]
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetFile().GetExif().IsExif()
[VB.NET]   imagekitcontrolname.File.Exif.IsExif[ = Boolean ]
[C#.NET]   imagekitcontrolname.File.Exif.IsExif[ = bool ]

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 File.GetImageFileType or the File.GetImageFileTypeMem methods.

Setting this value

  This value cannot be set.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation