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

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomPage>
          Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomPageCollection

    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