ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataDictionary Class / AddRecord Method
Metadata format associated with the record.
New record.




In This Topic
AddRecord Method
In This Topic
This method adds a new record to the dictionary.
Syntax
'Declaration
 
Public Shared Sub AddRecord( _
   ByVal format As ImGearMetadataFormats, _
   ByVal record As IImGearMetadataDictRecord _
) 
 
'Usage
 
Dim format As ImGearMetadataFormats
Dim record As IImGearMetadataDictRecord
 
ImGearMetadataDictionary.AddRecord(format, record)

Parameters

format
Metadata format associated with the record.
record
New record.
See Also