←Select platform

Fields Property

Summary

Gets the list of recognized OcrFormField in the row.

Syntax

C#
VB
C++
Java
public List<OcrFormField> Fields { get; } 
  
Public ReadOnly Property Fields As List(Of OcrFormField) 
public java.util.List<OcrFormField> getFields(); 
public: 
property List<OcrFormField^>^ Fields { 
   List<OcrFormField^>^ get(); 
} 

Property Value

List of recognized OcrFormField in the row.

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