This is my image. The image had tags = Jejemon; heller;
I want to get this tag using c# in application form.
This is my code:
OpenFileDialog data = new OpenFileDialog();
Image img = Image.FromFile(data.FileName);
when I look the img.tag shows null, but in my image had Jejemon; heller; tags.
How can I get the img.Tag
?
This is the best answered I found. http://social.msdn.microsoft.com/Forums/vstudio/en-US/08d4f986-b416-4a94-ae0c-13361c9929d1/extract-file-properties