The Xml property allows you to access the Exif data as an xml sheet.
None.
[VBScript] Set gr = CreateObject("ImageGlue7.Graphic") gr.ReadExif = True gr.SetFile("rez\myexif.jpg") Set theXml = gr.Exif.Xml Response.Write(theXml)
Set gr = CreateObject("ImageGlue7.Graphic") gr.ReadExif = True gr.SetFile("rez\myexif.jpg") Set theXml = gr.Exif.Xml Response.Write(theXml)
This example illustrates how to get and display an xml representation of the Exif data.