←Select platform

RotationAngle Property

Summary
Gets or sets the character's rotation angle.
Syntax
C#
VB
Objective-C
C++
Java
public int RotationAngle { get; set; } 
Public Property RotationAngle As Integer 
@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 character's rotation angle in degrees. Default value is 0. A positive value indicates a counter-clockwise rotation.

Remarks

A positive value indicates a counter-clockwise rotation.

To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.

To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save or IOcrDocument.SaveXml.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

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.