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
?
Asked
Active
Viewed 1.7k times
5

Thomas Orlita
- 1,554
- 14
- 28

Shane Miskin
- 1,911
- 2
- 22
- 30
4 Answers
5
I maintain a library that offers comprehensive support for extracting image metadata from a variety of file formats.

Drew Noakes
- 300,895
- 165
- 679
- 742
1
You probably want to use the BitmapMetadata
class in the System.Windows.Media.Imaging
namespace.
There is a BitmapMetadata
sample that can be downloaded from MSDN.

Eric Schoonover
- 47,184
- 49
- 157
- 202