VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTable<TCellTemplate,TRecognizedField> Class
Members Object Syntax Hierarchy Requirements SeeAlso
    FormFieldTable<TCellTemplate,TRecognizedField> Class
    Provides the abstract base class for a regular table that consists of uniformly distributed recognized form fields.
    Object Model
    FormFieldTemplate FormFieldTable<TCellTemplate,TRecognizedField>
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public MustInherit Class FormFieldTable
         (Of TCellTemplate
    The cell template type.
    As FormFieldTemplate, TRecognizedField
    The recognized field type.
    As FormField) Inherits FormFieldGroup
     

    Type Parameters

    TCellTemplate
    The cell template type.
    TRecognizedField
    The recognized field type.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.FormsProcessing.FormRecognition.FormField
          Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldGroup
             Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTable<TCellTemplate,TRecognizedField>
                Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr.OmrFieldTable

    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