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

    Return Value

    The focused DICOM image.
    Browser Compatibility
    56+
    45+
    11
    See Also