TIEMultiBitmap.ImageDictionary
 
Declaration
property ImageDictionary[idx: Integer]: TIEDictionary;
Description
Returns a dictionary associated with the specified image. User can insert data into this dictionary.
The dictionary is saved and restored using 
SaveSnapshot and 
LoadSnapshot, or using
related methods of 
TImageEnMView.
MyIEMBitmap.ImageDictionary[0].Insert('Name', 'Letizia');
MyIEMBitmap.ImageDictionary[1].Insert('Name', 'Minnie');