This property refers to the identification of the Interoperability rule
[Visual
Basic] imagekitcontrolname.File.Exif.InteroperabilityIndex
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetExif().InteroperabilityIndex()
imagekitcontrolname.GetFile().GetExif().SetInteroperabilityIndex(LPCTSTR Val)
imagekitcontrolname.GetFile().GetExif().SetInteroperabilityIndex(LPCTSTR Val)
Reference
The interoperability index
"R98" The R98 file as prescribed by Exif98 or the
standard DCF file as prescribed by the Design Rule for Camera File
System.
"THM" The standard DCF thumbnail file as prescribed by
the Design Rule for Camera File System.
"R03" The standard DCF option file as prescribed by the
Design Rule for Camera File System.
Explanation
The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
The property value is derived from the image tags related to the interoperability.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.