Click or drag to resize

AutoDeskewResults Constructor (Double)

Constructs a new AutoDeskewImageResults object.
Constructs a new AutoDeskewImageResults object.

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 AutoDeskewResults(
	double skewAngle
)

Parameters

skewAngle
Type: SystemDouble
The detected skew angle.
Remarks
This class is created by calling the AutoDeskewCommand.Apply() method. You don't need to construct one normally.
See Also