Accusoft.SmartZoneOCR5.Net - Updated
AlphaNumeric Property






Accusoft.SmartZoneOCRSdk Namespace > CharacterSet Class : AlphaNumeric Property
Gets a pre-defined static CharacterSet which contains all alpha and numeric characters.
Syntax
'Declaration
 
Public Shared ReadOnly Property AlphaNumeric As CharacterSet
'Usage
 
Dim value As CharacterSet
 
value = CharacterSet.AlphaNumeric
public static CharacterSet AlphaNumeric {get;}
public read-only property AlphaNumeric: CharacterSet; static; 
public static function get AlphaNumeric : CharacterSet
public: __property static CharacterSet* get_AlphaNumeric();
public:
static property CharacterSet^ AlphaNumeric {
   CharacterSet^ get();
}
Remarks
A pre-defined CharacterSet which contains a set of all upper and lower case alpha characters and digts. This CharacterSet combines the UpperCase, LowerCase and Digits pre-defined CharacterSets.

This character set includes the following characters: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÑÒÓÔÕÖØÙÚÛÜàáâãäåæçèéêëìíîïñòóôõöøùúûüß

See Also

Reference

CharacterSet Class
CharacterSet Members