FrameFlashControl.RedEyeReduction 属性

定义

获取或设置一个值,该值指示是否为可变照片序列中的帧启用红眼减少。

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

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

属性值

Boolean

bool

如果启用红眼减少,则为 True;否则为 false。

适用于