←Select platform

RotationAngle Property

Summary

A value that contain the rotation angle of this page.

Syntax
C#
VB
Objective-C
C++
Java
public int RotationAngle { get; set; } 
Public Property RotationAngle As Integer 
@property (nonatomic, assign) int rotationAngle; 
 
 
 
@property (nonatomic, assign) NSUInteger rotationAngle 
public int getRotationAngle() 
public void setRotationAngle(int value) 
public: 
property int RotationAngle { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Remarks

IOcrPage.AutoPreprocess will update this value if OcrAutoPreprocessPageCommand.Rotate was used and the page was rotated.

Example

For an example, refer to IOcrPage.SetOverlayImage.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly