VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateCollection Class / AddRange(FormFieldTemplate[]) Method
Syntax Requirements SeeAlso
In This Topic
    AddRange(FormFieldTemplate[]) Method (FormFieldTemplateCollection)
    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 FormFieldTemplateCollection.
    () As FormFieldTemplate _
    )
    public void AddRange(
    FormFieldTemplate[] items
    )
    public: void AddRange(
    FormFieldTemplate*[]* items
    )
    public:
    void AddRange(
    array<FormFieldTemplate^>^ items
    )

    Parameters

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