Click or drag to resize

ExifCollectionLookupTag Method (ExifTagID, ExifTagIfd)

Looks up an ExifTag by Exif ID and IFD and returns it, or null.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ExifTag LookupTag(
	ExifTagID id,
	ExifTagIfd ifd
)

Parameters

id
Type: Atalasoft.Imaging.MetadataExifTagID
The ID of the EXIF tag to lookup.
ifd
Type: Atalasoft.Imaging.MetadataExifTagIfd
The IFD to search through.

Return Value

Type: ExifTag
the matching ExifTag, or null if not found.
See Also