VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataCollection Class / Sort Methods
In This Topic
    Sort Method (AnnotationDataCollection)
    In This Topic
    Overloaded. Sorts the elements in a range of elements in using the specified comparer.
    Overload List
    OverloadDescription
    Sorts the elements in a range of elements in AnnotationDataCollection using the specified comparer.
    Sorts the elements in the entire AnnotationDataCollection using the specified comparer.
    Sorts the elements in the entire AnnotationDataCollection using the specified System.Comparison.
    Sorts the elements in the entire AnnotationDataCollection based on the keys in the array using the System.IComparable implementation of each key.
    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