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




In This Topic
    CharacterSet Property (Reader)
    In This Topic
    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