←Select platform

Characters Property

Summary

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

Syntax

C#
VB
C++
public IList<OcrCharacter> Characters { get; } 
  
Public ReadOnly Property Characters As IList(Of OcrCharacter) 
public: 
property IList<OcrCharacter>^ Characters { 
   IList<OcrCharacter>^ get(); 
} 

Property Value

The recognized characters.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly