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

 

   
Notes
 
     

The Text property allows you to access the Exif data as a formatted text string.

   
See Also
 
     

None.

   
Example
 
     

[VBScript]
Set gr = CreateObject("ImageGlue7.Graphic")
gr.ReadExif = True
gr.SetFile("rez/myexif.jpg")
Set theText = gr.Exif.Text
Response.Write(theText)

This example illustrates how to get and display a formatted text representation of the Exif data.