DicomObjects.NET.8.48 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
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Property Images As DicomImageCollection
    [System.ComponentModel.Browsable(false)]
    public DicomImageCollection Images {get; set;}
    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