←Select platform

TableColumn Constructor(OcrFormField,bool)

Summary
Initializes a new TableColumn class object.
Syntax
C#
VB
C++
Java
  
Public Function New( _ 
   ByVal ocrField As OcrFormField, _ 
   ByVal isKeyColumn As Boolean _ 
) 
public TableColumn( 
   OcrFormField ocrField, 
   boolean isKeyColumn 
); 
public: 
TableColumn(  
   OcrFormField^ ocrField, 
   bool isKeyColumn 
) 

Parameters

ocrField
The field containing data in the column.

isKeyColumn
Specifies whether the column is primary key.

Example

For an example, refer to TableFormField.

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.