FlashControl.RedEyeReductionSupported 屬性

定義

取得值,指定擷取裝置是否支援紅眼縮小。

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,則嘗試存取此屬性將會擲回例外狀況。

適用於