MetadataModel.AddTag Method

FreeImage.NET

MetadataModelAddTag Method
Overload List
  Name Description
Public method AddTag(MetadataTag)
Adds new tag to the bitmap or updates its value in case it already exists. Key will be used as key.
Public method AddTag(IEnumerableMetadataTag)
Adds a list of tags to the bitmap or updates their values in case they already exist. Key will be used as key.
Top
See Also