VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrFieldTemplateTable Class / OmrFieldTemplateTable Constructors / OmrFieldTemplateTable Constructor(OmrFieldTemplate,Int32,Int32,OmrTableOrientation)
Syntax Requirements SeeAlso
In This Topic
OmrFieldTemplateTable Constructor(OmrFieldTemplate,Int32,Int32,OmrTableOrientation)
In This Topic
Initializes a new instance of the OmrFieldTemplateTable class.
Syntax
'Declaration

Public Function New( _
ByVal cellTemplate
Template for a table cell.
As OmrFieldTemplate, _
ByVal rowCount
Count of rows in the table.
As System.Int32, _
ByVal columnCount
Count of columns in the table.
As System.Int32, _
ByVal orientation
The orientation of the table.
As OmrTableOrientation _
)
public OmrFieldTemplateTable(
OmrFieldTemplate cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount,
OmrTableOrientation orientation
)

Parameters

cellTemplate
Template for a table cell.
rowCount
Count of rows in the table.
columnCount
Count of columns in the table.
orientation
The orientation of the table.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also