public int GetRotateAngle()
Function GetRotateAngle() As Integer
- (NSInteger)rotateAngle:(NSError **)error
public int getRotateAngle()
int GetRotateAngle();
The angle of rotation of this image in degrees. A positive value indicates a counter-clockwise rotation.
This method will return one of the following values:
Value | Description |
---|---|
0 | The image is not rotated. |
90 | The image is rotated 90 degrees (counter-clockwise rotation). |
180 | The image is rotated 180 degrees (upside down). |
270 | The image is rotated 270 degrees (counter-clockwise rotation). |
Use AutoPreprocess with OcrAutoPreprocessPageCommand.Rotate to automatically rotate the page image prior to calling Recognize. This could enhance the quality of the image before starting its recognition.
If the image is rotated, GetRotateAngle returns the angle required to fix the orientation of the page. If you call AutoPreprocess on the page, all subsequent calls to GetRotateAngle will return 0 since the image is not rotated. Hence, you must call GetRotateAngle before calling AutoPreprocess.
Use GetPreprocessValues to obtain the accumulative pre-processing values applied to this IOcrPage.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document