AutoDeskewCommand.SkewAngle 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; }
<ObsoleteAttribute("Please use AutoDeskewResults from the Apply method instead")>
Public ReadOnly Property SkewAngle As Double
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