Click or drag to resize

AutoCropCommandTolerance Property

Gets or sets the percentage tolerance used to locate the edges, from 0 to 100.

Namespace:  Atalasoft.Imaging.ImageProcessing
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

The tolerance used to locate the edges.

Exceptions
ExceptionCondition
Thrown when the value is less than 0 or greater than 100.
Remarks
Default value is 0.
See Also