Click or drag to resize

ExifTagIfd Property

Gets the IFD of this ExifTag.

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 ExifTagIfd Ifd { get; }

Property Value

Type: ExifTagIfd
The IFD of this ExifTag.
Remarks
EXIF data can be stored in multiple IFD's.
See Also