Share via


FrameFlashControl.RedEyeReduction Property

Definition

Gets or sets a value indicating if red eye reduction is enabled for a frame in a variable photo sequence.

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

Property Value

Boolean

bool

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

Applies to