Sets the value of the specified tag.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
protected void SetTagValue( string key, Object value ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetTagValue ( _ key As String, _ value As Object _ ) |
| Visual C++ |
|---|
protected: void SetTagValue( String^ key, Object^ value ) |
Parameters
- key
- Type: System..::.String
The key of the tag.
- value
- Type: System..::.Object
The new value of the specified tag or null.