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 : RotationAngle Property |
public int RotationAngle {get; set;}
'Declaration
Public Property RotationAngle As Integer
'Usage
Dim instance As OcrPageAutoPreprocessValues Dim value As Integer instance.RotationAngle = value value = instance.RotationAngle
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');
IOcrPage.AutoPreprocess will update this value if OcrAutoPreprocessPageCommand.Rotate was used and the page was rotated.
For an example, refer to IOcrPage.SetOverlayImage.