What 'reference' do I need to include to access the 'System.Windows.Media.Imaging' namespace?
I'm using VS express 2013, and want to access\edit jpeg metadata. From what I can find, it looks like the best way is by using the classes 'JpegBitmapDecoder', 'BitmapImage', etc from the 'System.Windows.Media.Imaging' namespace.
MSDN says this is in the PresentationCore (in PresentationCore.dll) assembly, but I cant find this!
Any idea what namespace or assembly I should reference, or dll to locate?
Any advice would be really appreciated - this is driving me crazy!
Thanks
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Robert Wilensky
I'm using VS express 2013, and want to access\edit jpeg metadata. From what I can find, it looks like the best way is by using the classes 'JpegBitmapDecoder', 'BitmapImage', etc from the 'System.Windows.Media.Imaging' namespace.
MSDN says this is in the PresentationCore (in PresentationCore.dll) assembly, but I cant find this!
Any idea what namespace or assembly I should reference, or dll to locate?
Any advice would be really appreciated - this is driving me crazy!
Thanks
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Robert Wilensky