Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescription
<1>KeyTextThe tag's key ID
<2>ValueTextThe tag's value
<3>DescriptionTextThe tag's description

To get a list of models stored in the image, use the GetMetaDataModels method. To get all tags for a model, use the GetMetaData method.

Example

Code Block
// Get the date and time from the EXIF model 
Tag = Send_Message(@Window:".OLE_PICTURE", "OLE.GetMetaDataTag", "ExifMain", "DateTime")

See Also

GetMetaDataModelsGetMetaData