←Select platform

RotationAngle Property

Summary

A value that contain the rotation angle of this page.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int RotationAngle { get; set; } 
Public Property RotationAngle As Integer 
public int RotationAngle {get; set;} 
@property (nonatomic, assign) int rotationAngle; 
 
 
 
@property (nonatomic, assign) NSUInteger rotationAngle 
public int getRotationAngle() 
public void setRotationAngle(int value) 
             
 <br/>get_RotationAngle();<br/>set_RotationAngle(value);<br/>Object.defineProperty('RotationAngle');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly