BitmapDecoder::Preview Property
.NET Framework (current version)
Gets a BitmapSource that represents the global preview of this bitmap, if one is defined.
Assembly: PresentationCore (in PresentationCore.dll)
public: property BitmapSource^ Preview { [SecurityCriticalAttribute] virtual BitmapSource^ get(); }
Property Value
Type: System.Windows.Media.Imaging::BitmapSource^A BitmapSource that represents the global preview of the bitmap. If no preview is defined, this property returns null. This property has no default value.
The BitmapSource returned by this property is frozen.
.NET Framework
Available since 3.0
Available since 3.0
Show: