MetadataTag.SetValue Method

FreeImage.NET

MetadataTagSetValue Method
Overload List
  Name Description
Public method SetValue(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.

Public method SetValue(Object, FREE_IMAGE_MDTYPE)
Sets the value of the metadata.
Top
See Also