←Select platform

TableColumn Constructor(OcrFormField,bool)

Summary

Initializes a new TableColumn class object.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal ocrField As Leadtools.Forms.Processing.OcrFormField, _ 
   ByVal isKeyColumn As Boolean _ 
) 
public: 
TableColumn(  
   Leadtools.Forms.Processing.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Forms.Processing Assembly