FreeImage.NET Class Library Reference
MetadataTagSetValue Method (Object) |
Sets the value of the metadata.
In case value is of byte or byte[] FIDT_UNDEFINED is assumed.
In case value is of uint or uint[] FIDT_LONG is assumed.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool SetValue( Object value )
Parameters
- value
- Type: SystemObject
New data of the metadata.
Return Value
Type: BooleanTrue on success, false on failure.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The data format is not supported. |
ArgumentNullException | value is null. |
See Also