FlashControl.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 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.