VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateTable Class / FormFieldTemplateTable Constructors / FormFieldTemplateTable Constructor(FormFieldTemplate,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
    FormFieldTemplateTable Constructor(FormFieldTemplate,Int32,Int32)
    In This Topic
    Initializes a new instance of the FormFieldTemplateTable class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal cellTemplate
    Template for a table cell.
    As FormFieldTemplate, _
    ByVal rowCount
    Count of rows in the table.
    As System.Int32, _
    ByVal columnCount
    Count of columns in the table.
    As System.Int32 _
    )
    public FormFieldTemplateTable(
    FormFieldTemplate cellTemplate,
    System.Int32 rowCount,
    System.Int32 columnCount
    )
    public: FormFieldTemplateTable(
    FormFieldTemplate* cellTemplate,
    System.Int32 rowCount,
    System.Int32 columnCount
    )
    public:
    FormFieldTemplateTable(
    FormFieldTemplate^ 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.
    Requirements

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

    See Also