FrameFlashControl.RedEyeReduction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.