FreeImage.NET Class Library Reference
MetadataModelSetTagValueT Method (String, NullableT) |
Sets the value of the specified tag.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected void SetTagValue<T>( string key, Nullable<T> value ) where T : struct, new()
Parameters
- key
- Type: SystemString
The key of the tag. - value
- Type: SystemNullableT
The new value of the specified tag or null.
Type Parameters
- T
- The type of the tag's data.
See Also