VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowImageQualityProperties Class / BacklightCompensation Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    BacklightCompensation Property (DirectShowImageQualityProperties)
    In This Topic
    Gets or sets the backlight compensation settings of camera.
    Syntax
    'Declaration
    
    Public Property BacklightCompensation As DirectShowImageQualityPropertyValue
    
    
    public DirectShowImageQualityPropertyValue BacklightCompensation { get; set; }
    
    
    public: __property DirectShowImageQualityPropertyValue get_BacklightCompensation();
    public: __property void set_BacklightCompensation(
    DirectShowImageQualityPropertyValue value
    );

    Property Value

    0 - the backlight compensation is off; 1 - the backlight compensation is on.
    Exceptions
    ExceptionDescription
    Thrown if error occurs.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also