The Xml property allows you to access the Exif data as an xml sheet
[C#]
Metadata metadata = new Metadata(Server.MapPath("rez/exif.jpg")); Response.Write(metadata.Exif.Xml);
This example illustrates how to get and display an xml representation of the Exif data.