 | TesseractOcrAutoDeskewCompletedEventArgsDeskewAngle Property |
Gets the Deskew Angle detected.
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic float DeskewAngle { get; }Public ReadOnly Property DeskewAngle As Single
Get
public:
virtual property float DeskewAngle {
float get () sealed;
}Property Value
Type:
Single
The Deskew Angle.
See Also