Sets the value of the specified tag.
Namespace:
FreeImageAPI.Metadata
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
protected void SetTagValue<T>(
string key,
Nullable<T> value
)
where T : struct, new()
|
Visual Basic (Declaration) |
---|
Protected Sub SetTagValue(Of T As {Structure, New}) ( _
key As String, _
value As Nullable(Of T) _
) |
Visual C++ |
---|
protected:
generic<typename T>
where T : value class, gcnew()
void SetTagValue(
String^ key,
Nullable<T> value
) |
Type Parameters
- T
- The type of the tag's data.
Version Information
FreeImage.NET
Supported in: 3.12.0, 3.13.0, 3.13.1
See Also