Click or drag to resize

BorderRemovalCommandTolerance Property

Gets or sets a value indicating the tolerance of the border detection.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double Tolerance { get; set; }

Property Value

Type: Double
A value indicating the tolerance of the border detection.
Exceptions
ExceptionCondition
Thrown if value is less than 0 or greater than 100.
Remarks
The default value is 0. Valid values range from 0 to 100.
See Also