←Select platform

OcrTextType Property

Summary

Specifies the text type inside the text field.

Syntax

C#
VB
C++
Java
public OcrTextType OcrTextType { get; set; } 
  
Public Property OcrTextType As OcrTextType 
public OcrTextType getOcrTextType(); 
public void setOcrTextType( 
   OcrTextType ocrTextType 
); 
public: 
property OcrTextType OcrTextType { 
   OcrTextType get(); 
   void set (    OcrTextType ); 
} 

Property Value

The type of the text field.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly