How to get the EXIF data from a file using C#

As suggested, you can use some 3rd party library, or do it manually (which is not that much work), but the simplest and the most flexible is to perhaps use the built-in functionality in .NET. For more see: System.Drawing.Image.PropertyItems Property System.Drawing.Imaging.PropertyItem Class How to: Read Image Metadata I say “it’s the most flexible” because .NET … Read more