Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrPageAutoPreprocessValues Structure : DeskewAngle Property |
public int DeskewAngle {get; set;}
'Declaration
Public Property DeskewAngle As Integer
'Usage
Dim instance As OcrPageAutoPreprocessValues Dim value As Integer instance.DeskewAngle = value value = instance.DeskewAngle
public int DeskewAngle {get; set;}
@property (nonatomic, assign) int deskewAngle; @property (nonatomic, assign) NSUInteger deskewAngle
public int getDeskewAngle() public void setDeskewAngle(int value)
<br/>get_DeskewAngle();<br/>set_DeskewAngle(value);<br/>Object.defineProperty('DeskewAngle');
IOcrPage.AutoPreprocess will update this value if OcrAutoPreprocessPageCommand.Deskew was used and the page was deskewed.
For an example, refer to IOcrPage.SetOverlayImage.