BitmapDecoder::Preview Property

 

Gets a BitmapSource that represents the global preview of this bitmap, if one is defined.

Namespace:   System.Windows.Media.Imaging
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
Return to top
Show: