I am trying to get all properties in C# of an Image file downloaded from camera. I can get general file properties using FileInfo
and FileAttributes
. But image taken from camera have special properties tab named Camera what I want to retrieve in C#. Here is the snapshot of properties.
I want to get special properties like ISO, f-Stops and camera name in C#. Is there any class which can be used to get that or any other open source project?