FlashControl.RedEyeReduction Property

Definition

Gets a value that specifies if the red eye reduction is enabled or disabled.

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

Property Value

Boolean

bool

true if red eye reduction is enabled; otherwise, false.

Remarks

You should check the value of the FlashControl object's RedEyeReductionSupported property before attempting to access this property. If RedEyeReductionSupported is false, attempting to access this property will throw an exception.

Applies to