MetadataTag.SetValue Method (Object)

FreeImage.NET

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: Boolean
True on success, false on failure.
Exceptions
ExceptionCondition
NotSupportedException The data format is not supported.
ArgumentNullExceptionvalue is null.
See Also