VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Ocr Namespace / OcrField Class / OcrResult Property
Syntax Requirements SeeAlso
In This Topic
    OcrResult Property (OcrField)
    In This Topic
    Gets the recognized OCR information.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    <DescriptionAttribute("The recognized OCR information.")>
    Public ReadOnly Property OcrResult As Vintasoft.Imaging.Ocr.Results.OcrPage
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Description("The recognized OCR information.")]
    public Vintasoft.Imaging.Ocr.Results.OcrPage OcrResult { get; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Description("The recognized OCR information.")]
    public: __property Vintasoft.Imaging.Ocr.Results.OcrPage* get_OcrResult();
    
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Description("The recognized OCR information.")]
    public:
    property Vintasoft.Imaging.Ocr.Results.OcrPage^ OcrResult { Vintasoft.Imaging.Ocr.Results.OcrPage^ get(); }
    Requirements

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

    See Also