Click or drag to resize

ExifCollectionThumbnailStream Property

Gets or sets the thumbnail stream contained within this EXIF data.

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 Stream ThumbnailStream { get; set; }

Property Value

Type: Stream
Remarks

EXIF information often contains a small thumbnail image. That image can be obtained from this property. The thumbnail can also be set or changed by setting this to a new stream.

Please note that saving a thumbnail inside a TIFF image requires that the thumbnail is a TIFF. When copying EXIF from a JPEG to a TIFF, ensure that the ThumbnailStream is converted from a JPEG to a TIFF.

See Also