DicomObjects.NET10 Documentation
DicomObjects Namespace / IDicomViewer Interface / Images Property



In This Topic
    Images Property
    In This Topic
    A DicomImages collection containing the images currently stored in the DicomViewer control.
    Syntax
    'Declaration
     
    
    Property Images As DicomImageCollection
    'Usage
     
    
    Dim instance As IDicomViewer
    Dim value As DicomImageCollection
     
    instance.Images = value
     
    value = instance.Images
    DicomImageCollection Images {get; set;}
    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