ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPFlash Class / RedEyeMode Property




In This Topic
RedEyeMode Property
In This Topic
Gets or sets if red-eye reduction is supported.
Syntax
'Declaration
 
Public Property RedEyeMode As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearXMPFlash
Dim value As ImGearXMPBoolean
 
instance.RedEyeMode = value
 
value = instance.RedEyeMode

Property Value

ImageGear.Formats.XMP.ImGearXMPBoolean class value.
See Also