VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / ImageSegmentationCommand Class / ColorLowThreshold Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
ColorLowThreshold Property (ImageSegmentationCommand)
In This Topic
Gets or sets the minimum allowable difference between colors for image region in the source document image.
Syntax
'Declaration

<DefaultValueAttribute(3)>
<DescriptionAttribute("The minimum allowable difference between colors for image region in the source document image.
Valid values are from 0 to 255.")>
Public Property ColorLowThreshold As System.Int32

[DefaultValue(3)]
[Description("The minimum allowable difference between colors for image region in the source document image.
Valid values are from 0 to 255.")]
public System.Int32 ColorLowThreshold { get; set; }

Property Value

Valid values are from 0 to 255. Default value is 3.
Exceptions
ExceptionDescription
Thrown if value is less than 0 or value is greater than 255.
Remarks

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

Requirements

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

See Also