ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPreprocessingSettings Class / ReductionBrightness Property




In This Topic
    ReductionBrightness Property
    In This Topic
    Gets or sets brightness of image when reduced to bitonal.
    Syntax
    'Declaration
     
    Public Property ReductionBrightness As Integer
    'Usage
     
    Dim instance As ImGearOCRPreprocessingSettings
    Dim value As Integer
     
    instance.ReductionBrightness = value
     
    value = instance.ReductionBrightness
    public int ReductionBrightness {get; set;}
    public: __property int get_ReductionBrightness();
    public: __property void set_ReductionBrightness( 
       int value
    );
    public:
    property int ReductionBrightness {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value. Percentage between 0 and 100. Default is 50, which means no brightness change.
    See Also