SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterResult Class / NumberResults Property




In This Topic
    NumberResults Property (CharacterResult)
    In This Topic
    Gets the total number of results in the CharacterResult.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NumberResults As Integer
    'Usage
     
    
    Dim instance As CharacterResult
    Dim value As Integer
     
    value = instance.NumberResults
    public int NumberResults {get;}
    public: __property int get_NumberResults();
    public:
    property int NumberResults {
       int get();
    }
    Remarks

    This read only property is the total number of results in the CharacterResult.

    See Also