SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / TextBlockResult Class / Orientation Property




In This Topic
    Orientation Property
    In This Topic
    Gets the Orientation of the TextBlockResult. This property will not be changed from the default value unless Reader.UseAutoRotate is set.

    Default value: OCROrientationMode.No

    Syntax
    'Declaration
     
    
    Public ReadOnly Property Orientation As OCROrientationMode
    'Usage
     
    
    Dim instance As TextBlockResult
    Dim value As OCROrientationMode
     
    value = instance.Orientation
    public OCROrientationMode Orientation {get;}
    public: __property OCROrientationMode get_Orientation();
    public:
    property OCROrientationMode Orientation {
       OCROrientationMode get();
    }
    Remarks

    Default value: OCROrientationMode.No

    See Also