FlashControl.RedEyeReduction 屬性

定義

取得值,指定是否啟用或停用紅眼縮小。

public:
 property bool RedEyeReduction { bool get(); void set(bool value); };
bool RedEyeReduction();

void RedEyeReduction(bool value);
public bool RedEyeReduction { get; set; }
var boolean = flashControl.redEyeReduction;
flashControl.redEyeReduction = boolean;
Public Property RedEyeReduction As Boolean

屬性值

Boolean

bool

如果已啟用紅眼縮小,則為true;否則為false

備註

您應該先檢查 FlashControl 物件的 RedEyeReductionSupported 屬性的值,再嘗試存取這個屬性。 如果 RedEyeReductionSupported 為 false,則嘗試存取此屬性將會擲回例外狀況。

適用於