Accusoft.SmartZoneOCR5.Net - Updated
Reader Property






Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : Reader Property
Gets the Reader recognition object.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property Reader As Reader
'Usage
 
Dim instance As SmartZoneOCR
Dim value As Reader
 
value = instance.Reader
[System.ComponentModel.Browsable(false)]
public Reader Reader {get;}
public read-only property Reader: Reader; 
System.ComponentModel.BrowsableAttribute()
public function get Reader : Reader
[System.ComponentModel.Browsable(false)]
public: __property Reader* get_Reader();
[System.ComponentModel.Browsable(false)]
public:
property Reader^ Reader {
   Reader^ get();
}
Remarks

This property allows you access to the Reader recognition object.

See Also

Reference

SmartZoneOCR Class
SmartZoneOCR Members