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




In This Topic
    Reader Property (SmartZoneOCR)
    In This Topic
    Gets the Reader recognition object.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property Reader As Reader
    'Usage
     
    
    Dim instance As SmartZoneOCR
    Dim value As Reader
     
    value = instance.Reader
    [Browsable(false)]
    public Reader Reader {get;}
    [Browsable(false)]
    public: __property Reader* get_Reader();
    [Browsable(false)]
    public:
    property Reader^ Reader {
       Reader^ get();
    }
    Remarks

    This property allows you access to the Reader recognition object.

    See Also