Sets the value of the specified tag as undefined.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
protected void SetTagValueUndefined( string key, byte[] value ) |
Visual Basic (Declaration) |
---|
Protected Sub SetTagValueUndefined ( _ key As String, _ value As Byte() _ ) |
Visual C++ |
---|
protected: void SetTagValueUndefined( String^ key, array<unsigned char>^ value ) |
Parameters
- key
- Type: System..::.String
The key of the tag.
- value
- Type: array<
System..::.Byte
>[]()[]
The new value of the specified tag or null.