C#
VB
C++
Initializes a new TableColumn class object.
public TableColumn(
OcrFormField ocrField,
bool isKeyColumn
)
Public Function New( _
ByVal ocrField As Leadtools.Forms.Processing.OcrFormField, _
ByVal isKeyColumn As Boolean _
)
public:
TableColumn(
Leadtools.Forms.Processing.OcrFormField^ ocrField,
bool isKeyColumn
)
ocrField
The field containing data in the column.
isKeyColumn
Specifies whether the column is primary key.
For an example, refer to TableFormField.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET