Type   Default Value   Read Only   Description
String N/A Yes An Xml presentation of the Exif data

 

   
Notes
 
     

The Xml property allows you to access the Exif data as an xml sheet.

   
See Also
 
     

None.

   
Example
 
     

[VBScript]
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.