ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class / AlternativeCharacters Property




In This Topic
    AlternativeCharacters Property
    In This Topic
    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