ExifDictionarySet Method

Sets the value for the specified tag in this dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public void Set(
	ExifTag tag,
	Object value
)

Parameters

tag  ExifTag
The tag.
value  Object
The value.

Implements

IMetadataDictionaryTTag, TEntrySet(TTag, Object)

See Also