IptcDictionaryTryGet(IptcTag, IptcEntry) Method

Gets all entries 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[] entries
)

Parameters

tag  IptcTag
The tag.
entries  IptcEntry
The entries.

Return Value

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

See Also