Table of Contents

ExifDictionary.TryGet Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Gets the entry associated with the specified tag.

public bool TryGet(ExifTag tag, out ExifEntry entry)

Parameters

tag ExifTag

The tag.

entry ExifEntry

The entry.

Returns

bool

true if the tag is found, false if not.