Click or drag to resize

AutoDeskewCommand Constructor (Rectangle)

Initializes a new instance of the AutoDeskewCommand with default settings and a rectangular area to process.

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(
	Rectangle area
)

Parameters

area
Type: System.DrawingRectangle
A rectangular area that will be used for determining the deskew angle.
See Also