Click or drag to resize

ExifCollectionLookupTag Method (Int32, ExifTagIfd)

Looks up an ExifTag by 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(
	int id,
	ExifTagIfd ifd
)

Parameters

id
Type: SystemInt32
The int id of the EXIF tag to look for
ifd
Type: Atalasoft.Imaging.MetadataExifTagIfd
The IFD to search through.

Return Value

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