VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / BinarizeRequestParams Class / maxLevelDifference Property
Syntax Requirements SeeAlso
In This Topic
    maxLevelDifference Property (BinarizeRequestParams)
    In This Topic
    Gets or sets the sensibility of dark pixels in light regions for adaptive binarization mode.
    Syntax
    'Declaration
    
    Public Property maxLevelDifference As Integer
    
    
    public int maxLevelDifference { get; set; }
    
    
    public: __property int get_maxLevelDifference();
    public: __property void set_maxLevelDifference(
    int value
    );
    public:
    property int maxLevelDifference { int get(); void set(int value); }

    Property Value

    Valid values are from -765 to 765. Default value is -115.
    Requirements

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

    See Also