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




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > CharacterSet Class : AllAlphas Property
Gets a pre-defined CharacterSet which includes all alphas characters.
Syntax
'Declaration
 
Public Shared ReadOnly Property AllAlphas As CharacterSet
'Usage
 
Dim value As CharacterSet
 
value = CharacterSet.AllAlphas
public static CharacterSet AllAlphas {get;}
public: __property static CharacterSet* get_AllAlphas();
public:
static property CharacterSet^ AllAlphas {
   CharacterSet^ get();
}
Remarks
A pre-defined CharacterSet which contains a set of all upper and lower case alpha characters. This CharacterSet combines the LowerCase and UpperCase pre-defined CharacterSets.

This character set includes the following characters: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzªµºÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿŒœŠšŸŽžƒˆ

See Also

Reference

CharacterSet Class
CharacterSet Members