Preferably in VB.Net, but c# is fine, how can I access the extra properties added to a file by my digital camera, like "Date Picture Taken", "Shutter Speed" or "Camera Model"?

|
feedback
|
|
When I built something similar I used this article quite a bit. But basically you're looking for the EXIF data embedded in the image. There are a number of great libraries to extract it for you, if you don't want to write it from scratch. | |||
|
feedback
|
|
You probably want to use the There is a | |||
|
feedback
|