SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / CharacterSet Class / ArithmeticSymbols Property




In This Topic
    ArithmeticSymbols Property (CharacterSet)
    In This Topic
    Gets a pre-defined CharacterSet which includes arithmetic symbolic characters.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ArithmeticSymbols As CharacterSet
    'Usage
     
    
    Dim value As CharacterSet
     
    value = CharacterSet.ArithmeticSymbols
    public static CharacterSet ArithmeticSymbols {get;}
    public: __property static CharacterSet* get_ArithmeticSymbols();
    public:
    static property CharacterSet^ ArithmeticSymbols {
       CharacterSet^ get();
    }
    Remarks

    A pre-defined CharacterSet which contains arithmetic symbols characters.

    This character set for the specific language includes the following characters:

    Language Characters
    English +<=>
    French +<=>
    Spanish +<=>
    Italian +<=>
    German +<=>
    Dutch +<=>
    Portuguese +<=>
    Norwegian +<=>
    Finnish +<=>
    Danish +<=>
    Swedish +<=>
    WesternEuropean +<=>

    See Also