This property refers to the identification code for the processing method.

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

Reference

The identification code for the processing method. This code is an 8 byte constant with any unused bytes padded with NULL (0x00)

String Code Code Entry Method (8 bytes) Reference
ASCII 0x41,0x53,0x43,0x49,0x49,0x00,0x00,0x00 ITU-T T.50 IA5
JIS 0x4A,0x49,0x53,0x00,0x00,0x00,0x00,0x00 JIS X0208-1990
Unicode 0x55,0x4E,0x49,0x43,0x4F,0x44,0x45,0x00 Unicode Standard
Undefined 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 Undefined

Explanation

The ProcessingMethodID property refers to the identification code for the processing method. The property value can be set or retrieved by executing the FileIO.GetImageFileType or the FileIO.GetImageFileTypeMem methods.

The ProcessingMethod property are related to Exif GPS information tags.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation