←Select platform

TableColumn Constructor(OcrFormField)

Summary

Initializes a new TableColumn class object.

Syntax

C#
VB
C++
Java
  
Public Function New( _ 
   ByVal ocrField As OcrFormField _ 
) 
public TableColumn( 
   OcrFormField ocrField 
); 
public: 
TableColumn(  
   OcrFormField^ ocrField 
) 

Parameters

ocrField
The field containing data in the column.

Example

For an example, refer to TableFormField.

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