VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / get_Images Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Images Method
    In This Topic
    Gets the DICOM images.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomImageJS[]
    value = instance.get_Images();
    
    
    function get_Images() : WebDicomImageJS[];
    

    Return Value

    An array of DICOM images.
    Browser Compatibility
    56+
    45+
    11
    See Also