MetadataModel.AddTag Method (IEnumerable(MetadataTag))

FreeImage.NET

MetadataModelAddTag Method (IEnumerableMetadataTag)
Adds a list of tags to the bitmap or updates their values in case they already exist. Key will be used as key.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int AddTag(
	IEnumerable<MetadataTag> list
)

Parameters

list
Type: System.Collections.GenericIEnumerableMetadataTag
A list of tags to add or update.

Return Value

Type: Int32
Returns the number of successfully added tags.
Exceptions
ExceptionCondition
ArgumentNullExceptionlist is null.
See Also