Click or drag to resize

AutoDeskewCommand Constructor (Int32, Int32)

Initializes a new instance of the AutoDeskewCommand specifying the precision and limit angle.

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 AutoDeskewCommand(
	int precision,
	int limitAngle
)

Parameters

precision
Type: SystemInt32
The precision of the deskew angle calculation. This value is the inverse of the degree precision.
limitAngle
Type: SystemInt32
The maximum deskew angle in degrees. (-360 to 360 excluding 0)
Exceptions
ExceptionCondition
Thrown if the percision is less than 1 or if limitAngle is less than -360, greater than 360 or equal to 0.
See Also