←Select platform

DeskewAngle Property

Summary
A value that contain the deskew angle of this page.
Syntax
C#
VB
Objective-C
C++
Java
public int DeskewAngle { get; set; } 
Public Property DeskewAngle As Integer 
@property (nonatomic, assign) int deskewAngle; 
 
 
 
@property (nonatomic, assign) NSUInteger deskewAngle 
public int getDeskewAngle() 
public void setDeskewAngle(int value) 
public: 
property int DeskewAngle { 
   int get(); 
   void set (    int ); 
} 

Property Value

The deskew angle of this page in hundredths of a degree.

Remarks

IOcrPage.AutoPreprocess will update this value if OcrAutoPreprocessPageCommand.Deskew was used and the page was deskewed.

Example

For an example, refer to IOcrPage.SetOverlayImage.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.