ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Objects > IGFormatsCtl Control > IGFormatsCtl Events > IGMetadataItemRead Event |
Fired by IGFormatsCtl Control to read the new metadata item during load operations, if enabled. A new IGMetadataItem Object is created and filled with the info each time the event is fired. This event can be turned on/off using the IIGFormats.Settings.MetaDataEnabled Property.
Sub IGFormatsCtl1_IGMetadataItemRead(ByVal MetadataItem As
IIGMetaDataItem)
Name | Description |
---|---|
MetadataItem | An object containing info about a metadata item being read. |