SmartZone v6.0 for .NET - Updated
Arithmetic Property (CharacterSet)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > CharacterSet Class : Arithmetic Property
Gets a pre-defined CharacterSet which includes arithmetic characters.
Syntax
'Declaration
 
Public Shared ReadOnly Property Arithmetic As CharacterSet
'Usage
 
Dim value As CharacterSet
 
value = CharacterSet.Arithmetic
public static CharacterSet Arithmetic {get;}
public: __property static CharacterSet* get_Arithmetic();
public:
static property CharacterSet^ Arithmetic {
   CharacterSet^ get();
}
Remarks
A pre-defined CharacterSet which contains characters used to display an arithmetic value. This CharacterSet is the combination of pre-defined CharacterSets Digits, ArithmeticSymbols, and "%()*,-./" characters.

This character set includes the following characters: %()*+,-./0123456789<=>|~¬±×÷

See Also

Reference

CharacterSet Class
CharacterSet Members