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; }
Public Property Tolerance As Double
Get
Set
Property Value
Type:
DoubleThe tolerance used to locate the edges.
Exceptions Exception | Condition |
---|
| Thrown when the value is less than 0 or greater than 100. |
Remarks Default value is 0.
See Also