←Select platform

Characters Property

Summary

List of character classes representing the detected characters inside the OCR field.

Syntax

C#
VB
C++
Java
public IList<OcrCharacter> Characters { get; } 
  
Public ReadOnly Property Characters As IList(Of OcrCharacter) 
public java.util.List<OcrCharacter> getCharacters(); 
public void setCharacters( 
   java.util.List<OcrCharacter> ocrCharacter 
); 
public: 
property IList<OcrCharacter>^ Characters { 
   IList<OcrCharacter>^ get(); 
} 

Property Value

The recognized characters.

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