ImageGear .NET - Updated May 1, 2018
AddRecord Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataDictionary Class : AddRecord Method
Metadata format associated with the record.
New record.
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

Reference

ImGearMetadataDictionary Class
ImGearMetadataDictionary Members