Click or drag to resize

AutoDeskewCommandLimitAngle Property

Gets or sets the maximum skew angle in degrees.

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

Property Value

Type: Int32
The maximum skew angle in degrees.
Exceptions
ExceptionCondition
Thrown when value is not between -360 and 360 or is equal to 0.
Remarks
Decreasing this value improves performance, while increasing improves the chance that a drastically skewed image will be straightened. The default value is 20 degrees.
See Also