VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFrameCollection Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DicomFrameCollection Class
    In This Topic
    Represents a collection of DicomFrame objects.
    Object Model
    DicomFrame DicomFrameCollection
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class DicomFrameCollection
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection(Of T)
    
    
    [DefaultMember("Item")]
    public sealed class DicomFrameCollection : Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T>
    
    
    [DefaultMember("Item")]
    public __gc __sealed class DicomFrameCollection : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T*>*
    
    
    [DefaultMember("Item")]
    public ref class DicomFrameCollection sealed : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T^>^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrame>
          Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFrameCollection

    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