SmartZone v7.1 - Updated
CharacterSet Property (Reader)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class : CharacterSet Property
Gets and sets the set of valid characters to match for recognition. Modify the character set as needed for the closest possible match.
Syntax
'Declaration
 
Public Property CharacterSet As CharacterSet
'Usage
 
Dim instance As Reader
Dim value As CharacterSet
 
instance.CharacterSet = value
 
value = instance.CharacterSet
public CharacterSet CharacterSet {get; set;}
public: __property CharacterSet* get_CharacterSet();
public: __property void set_CharacterSet( 
   CharacterSet* value
);
public:
property CharacterSet^ CharacterSet {
   CharacterSet^ get();
   void set (    CharacterSet^ value);
}
Remarks

This property allows you to get the CharacterSet object. This allows you to define the set of valid characters for recognition.

See Also

Reference

Reader Class
Reader Members

Is this page helpful?
Yes No
Thanks for your feedback.