ImageGear .NET v25.1 - Updated
AlternativeCharacters Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRLetter Class : AlternativeCharacters Property
Gets a collection that contains all of the possible alternative characters to the primary choice available from the Code property.
Syntax
'Declaration
 
Public ReadOnly Property AlternativeCharacters As ReadOnlyCollection(Of String)
'Usage
 
Dim instance As ImGearOCRLetter
Dim value As ReadOnlyCollection(Of String)
 
value = instance.AlternativeCharacters
public ReadOnlyCollection<string> AlternativeCharacters {get;}
public: __property ReadOnlyCollection<string*>* get_AlternativeCharacters();
public:
property ReadOnlyCollection<String^>^ AlternativeCharacters {
   ReadOnlyCollection<String^>^ get();
}
See Also

Reference

ImGearOCRLetter Class
ImGearOCRLetter Members