IptcDictionaryItem Property

Gets the first occurrence of the entry for the specified tag.

Definition

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

Parameters

tag  IptcTag
The tag.

Return Value

IptcEntry
The entry.

Implements

IMetadataDictionaryTTag, TEntryItemTTag

See Also