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

    Parameters

    images
    The array whose elements should be added to the end of the ImageCollection.
    Exceptions
    ExceptionDescription
    Thrown if images is null.
    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