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

Protected Function New( _
ByVal cellTemplate
Template for a table cell.
As T, _
ByVal rowCount
Count of rows in the table.
As System.Int32, _
ByVal columnCount
Count of columns in the table.
As System.Int32 _
)
protected FormFieldTemplateTable<T>(
T cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount
)

Parameters

cellTemplate
Template for a table cell.
rowCount
Count of rows in the table.
columnCount
Count of columns in the table.
Exceptions
ExceptionDescription
Thrown if cellTemplate is null.
Thrown if rowCount or columnCount less or equal 0.
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