Table of Contents

IptcDictionary.TryGet Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

TryGet(IptcTag, out IptcEntry)

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

public bool TryGet(IptcTag tag, out IptcEntry entry)

Parameters

tag IptcTag

The tag.

entry IptcEntry

The entry.

Returns

bool

true if the tag was found, false if not.

TryGet(IptcTag, out IptcEntry[])

Gets all entries associated with the specified tag.

public bool TryGet(IptcTag tag, out IptcEntry[] entries)

Parameters

tag IptcTag

The tag.

entries IptcEntry[]

The entries.

Returns

bool

true if the tag was found, false if not.