Click or drag to resize

AutoDeskewCommandPrecision Property

Gets or sets the precision of the de-skew angle calculation.

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 int Precision { get; set; }

Property Value

Type: Int32
The precision of the de-skew angle calculation.
Exceptions
ExceptionCondition
Thrown if the value is less than 1.
Remarks
This value is the inverse of the smallest angle increment that it will find. For example, a value of 1 = 1 degree precision, 2 = 1/2 degree precision, 4 = 1/4 degree precision, etc. The smaller the value the more time it takes to calculate the de-skew angle. The default value is 2 (or 1/2 a degree).
See Also