DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / Images Property



In This Topic
    Images Property
    In This Topic
    A DicomImages collection containing the images currently stored in the DicomViewer control.
    Syntax
    'Declaration
     
    
    Public Property Images As DicomImageCollection
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As DicomImageCollection
     
    instance.Images = value
     
    value = instance.Images
    public DicomImageCollection Images {get; set;}
    public:
    property DicomImageCollection^ Images {
       DicomImageCollection^ get();
       void set (    DicomImageCollection^ value);
    }
    Remarks
    This property provides access to the collection of images stored in the control at any time.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also