ImageGear v26.3 - Updated
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
    public ImGearXMPBoolean RedEyeMode {get; set;}
    public: __property ImGearXMPBoolean* get_RedEyeMode();
    public: __property void set_RedEyeMode( 
       ImGearXMPBoolean* value
    );
    public:
    property ImGearXMPBoolean^ RedEyeMode {
       ImGearXMPBoolean^ get();
       void set (    ImGearXMPBoolean^ value);
    }

    Property Value

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