ExifDictionaryItem Property

Gets the entry for the specified tag.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public ExifEntry this[
	ExifTag tag
] { get; }

Parameters

tag  ExifTag
The tag.

Return Value

ExifEntry
The entry.

Implements

IMetadataDictionaryTTag, TEntryItemTTag

See Also