Click or drag to resize

AutoDeskewCommandSkewAngle Property

Note: This API is now obsolete.

Gets a value indicating the last detected skew 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
[ObsoleteAttribute("Please use AutoDeskewResults from the Apply method instead")]
public double SkewAngle { get; }

Property Value

Type: Double
A value indicating the last detected skew angle.
Remarks
Query this read-only property to determine the last detected skew angle.
See Also