SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / OCROrientationMode Enumeration




OCROrientationMode Enumeration
Identifies image orientation modes.
Syntax
'Declaration
 
Public Enum OCROrientationMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As OCROrientationMode
Members
MemberValueDescription
Down2Rotating twice orients the original document upright.
Left3Rotating counter-clockwise orients the original document upright.
No0Document does not need to be orientated.
Right1Rotating clockwise orients the original document upright.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.SmartZoneOCRSdk.OCROrientationMode

See Also