BitmapEncoder.Preview 屬性

定義

取得或設定代表點陣圖全域預覽的 BitmapSource (如有此值)。

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); void set(System::Windows::Media::Imaging::BitmapSource ^ value); };
public virtual System.Windows.Media.Imaging.BitmapSource Preview { get; set; }
member this.Preview : System.Windows.Media.Imaging.BitmapSource with get, set
Public Overridable Property Preview As BitmapSource

屬性值

代表點陣圖預覽的 BitmapSource

例外狀況

點陣圖不支援預覽。

這個值設定為 null

適用於

另請參閱