VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataCollection Class / AddRange(AnnotationData[]) Method
Syntax Requirements SeeAlso
    AddRange(AnnotationData[]) Method (AnnotationDataCollection)
    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 AnnotationDataCollection.
    () As AnnotationData _
    )
     

    Parameters

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