VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_FocusedIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_FocusedIndex Method
    In This Topic
    Sets the index of focused DICOM image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_FocusedIndex(value);
    
    
    function set_FocusedIndex(
    value
    The zero-based index of focused DICOM image.
    : number
    ) : any;

    Parameters

    value
    The zero-based index of focused DICOM image.
    Browser Compatibility
    56+
    45+
    11
    See Also