VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldGroup Class / Add(FormField) Method
Syntax Requirements SeeAlso
In This Topic
    Add(FormField) Method (FormFieldGroup)
    In This Topic
    Adds the specified field to field group.
    Syntax
    'Declaration
    
    Public Sub Add( _
    ByVal field
    The field.
    As FormField _
    )
    public void Add(
    FormField field
    )
    public: void Add(
    FormField* field
    )
    public:
    void Add(
    FormField^ field
    )

    Parameters

    field
    The field.
    Requirements

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

    See Also