This property refers to the identification code for the processing method.
[Visual
Basic] imagekitcontrolname.File.Exif.ProcessingMethodID[
= String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetExif().GetProcessingMethodID()
imagekitcontrolname.GetFile().GetExif().SetProcessingMethodID(LPCTSTR Val)
imagekitcontrolname.GetFile().GetExif().SetProcessingMethodID(LPCTSTR Val)
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 |
For hexidecimals in Visual Basic, replace 0x with &H
Explanation
The ProcessingMethodID property refers to the identification code for the processing method. The property value can be set or retrieved by executing the File.GetImageFileType or the File.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.