←Select platform

Text Property

Summary

The OCR recognized text in the filled-in form.

Syntax
C#
VB
C++
public string Text { get; set; } 
Public Property Text() As String 
   Get 
   Set 
public:  
   property String^ Text 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string that represents the OCR recognized text. The default value is null.

Remarks

Individual OCR characters can be accessed using OcrFieldResult.Characters property.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.