FlashControl.RedEyeReductionSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指定擷取裝置是否支援紅眼縮小。
public:
property bool RedEyeReductionSupported { bool get(); };
bool RedEyeReductionSupported();
public bool RedEyeReductionSupported { get; }
var boolean = flashControl.redEyeReductionSupported;
Public ReadOnly Property RedEyeReductionSupported As Boolean
屬性值
Boolean
bool
如果擷取裝置支援紅眼縮小,則為true;否則為false。
備註
在嘗試存取此屬性之前,您應該先檢查 FlashControl 物件的 Supported 屬性的值。 如果 Supported 為 false,則嘗試存取此屬性將會擲回例外狀況。