Description: C# Gets photo EXIF information display shooting time, estimated to play photography knows digital camera photographs, each comes with Exif information, photos are recorded in the Exif many shooting parameters, such as shutter speed, shutter times, aperture size and so on, of course, including the shooting time, in this case is through the use of C# related image manipulation method to read Exif information recording time. By specifying a data stream to create Image, traversing the image file metadata, retrieve all the attributes, if it is PropertyTagDateTime, then returns the corresponding attribute value.
To Search:
File list (Check if you may need any files):
imagedata\ImageDate\Form1.cs
.........\.........\Form1.Designer.cs
.........\.........\Form1.resx
.........\.........\ImageDate.csproj
.........\.........\Program.cs
.........\.........\...perties\AssemblyInfo.cs
.........\.........\..........\Resources.Designer.cs
.........\.........\..........\Resources.resx
.........\.........\..........\Settings.Designer.cs
.........\.........\..........\Settings.settings
.........\ImageDate.sln
.........\ImageDate.suo
.........\.........\Properties
.........\ImageDate
imagedata