Accusoft.SmartZoneOCR5.Net - Updated
AllAlphas Property






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 read-only property AllAlphas: CharacterSet; static; 
public static function get AllAlphas : CharacterSet
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.

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

See Also

Reference

CharacterSet Class
CharacterSet Members