Click or drag to resize

TiffDirectoryExifTags Property

Gets or sets a collection of EXIF Tags that will be saved with the image.

Namespace:  Atalasoft.Imaging.Codec.Tiff
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ExifCollection ExifTags { get; set; }

Property Value

Type: ExifCollection
Remarks
See ExifParser for obtaining EXIF Tags from a TIFF (or JPEG) image. When this property is set, the subsequent Save(Stream) will store the EXIF information contained within this property to the file.
See Also