I have observed that if we add/load thumbnails manually through code like this
iemPhotos.MIO.LoadFromFile(PhotoFile);
Then if we try to access the filename of a thumbnail using
iemPhotos.ImageFileName[iemPhotos.SelectedImage]
It comes up blank/empty!
Any ideas as to why.
Here if we use
iemPhotos.MIO.Params[iemPhotos.SelectedImage].FileName
The original filename is returned!
Here if we load thumbnails using
iemPhotos.FillFromDirectory
Then if we use
iemPhotos.ImageFileName[iemPhotos.SelectedImage]
It returns original filename!
Is this by design or a bug?
TIA
Yogi Yang