VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / ImageSegmentationRequestParams Class / colorHighThreshold Property
Syntax Remarks Requirements SeeAlso
In This Topic
    colorHighThreshold Property (ImageSegmentationRequestParams)
    In This Topic
    Gets or sets the maximum allowable difference between colors for image region in the source document image.
    Syntax
    'Declaration
    
    Public Property colorHighThreshold As Integer
    
    
    public int colorHighThreshold { get; set; }
    
    
    public: __property int get_colorHighThreshold();
    public: __property void set_colorHighThreshold(
    int value
    );
    public:
    property int colorHighThreshold { int get(); void set(int value); }

    Property Value

    Valid values are from 0 to 255. Default value is 120.
    Remarks

    Region of source document image will be classified as image region if difference between 2 any colors in region is less than value of this property.

    Requirements

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

    See Also