VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrSymbol Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    OcrSymbol Class
    In This Topic
    Represents a symbol of the OcrWord.
    Object Model
    OcrObjectLocation OcrSymbol
    Syntax
    'Declaration
    
    Public Class OcrSymbol
       Inherits OcrTextObject
    
    
    public class OcrSymbol : OcrTextObject
    
    
    public __gc class OcrSymbol : public OcrTextObject*
    
    
    public ref class OcrSymbol : public OcrTextObject^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Ocr.Results.OcrObject
          Vintasoft.Imaging.Ocr.Results.OcrTextObject
             Vintasoft.Imaging.Ocr.Results.OcrSymbol

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also