ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataDictionary Class / LookUp Method
Metadata format.
Tag ID value.




In This Topic
LookUp Method (ImGearMetadataDictionary)
In This Topic
Looks up a record in the dictionary, based on metadata format and tag ID.
Syntax
'Declaration
 
Public Shared Function LookUp( _
   ByVal format As ImGearMetadataFormats, _
   ByVal tag As Integer _
) As IImGearMetadataDictRecord
 
'Usage
 
Dim format As ImGearMetadataFormats
Dim tag As Integer
Dim value As IImGearMetadataDictRecord
 
value = ImGearMetadataDictionary.LookUp(format, tag)

Parameters

format
Metadata format.
tag
Tag ID value.

Return Value

IImGearMetadataDictRecord interface object.
See Also