FreeImage.NET Class Library Reference
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: Int32Returns the number of successfully added tags.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | list is null. |
See Also