VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldCollection Class / AddRange(FormField[]) Method
Syntax Requirements SeeAlso
In This Topic
    AddRange(FormField[]) Method (FormFieldCollection)
    In This Topic
    Adds the elements of the specified array to the end of the collection.
    Syntax
    'Declaration
    
    Public Sub AddRange( _
    ByVal items
    The array whose elements should be added to the end of FormFieldCollection.
    () As FormField _
    )
    public void AddRange(
    FormField[] items
    )
    public: void AddRange(
    FormField*[]* items
    )
    public:
    void AddRange(
    array<FormField^>^ items
    )

    Parameters

    items
    The array whose elements should be added to the end of FormFieldCollection.
    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