DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Images Property






    Images Property
    A DicomImages collection containing the images currently stored in the DicomViewer control.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Property Images As DicomImageCollection
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As DicomImageCollection
     
    instance.Images = value
     
    value = instance.Images
    Remarks
    This property provides access to the collection of images stored in the control at any time.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also