←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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