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,则尝试访问此属性将引发异常。

适用于