BitmapDecoder::Thumbnail Property
.NET Framework (current version)
Gets a BitmapSource that represents the thumbnail of the bitmap, if one is defined.
Assembly: PresentationCore (in PresentationCore.dll)
public: property BitmapSource^ Thumbnail { [SecurityCriticalAttribute] virtual BitmapSource^ get(); }
Property Value
Type: System.Windows.Media.Imaging::BitmapSource^A BitmapSource that represents a thumbnail of the bitmap. If no thumbnail is defined, this property returns null. This property has no default value.
None of the native formats support global thumbnails. Joint Photographics Experts Group (JPEG), Tagged Image File Format (TIFF), and Microsoft Windows Media Photo support frame-level thumbnails that can be accessed using the Thumbnail property.
The BitmapSource returned by this property is frozen.
.NET Framework
Available since 3.0
Available since 3.0
Show: