IptcDictionaryTryGet(IptcTag, IptcEntry) Method

Gets the first occurrence of the entry associated with the specified tag.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public bool TryGet(
	IptcTag tag,
	out IptcEntry entry
)

Parameters

tag  IptcTag
The tag.
entry  IptcEntry
The entry.

Return Value

Boolean
true if the tag was found, false if not.

Implements

IMetadataDictionaryTTag, TEntryTryGet(TTag, TEntry)

See Also