VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_RequestingImageCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_RequestingImageCount Method
    In This Topic
    Sets count of requesting images.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_RequestingImageCount(value);
    
    
    function set_RequestingImageCount(
    value
    0 - DICOM viewer should request only visible image; N - DICOM viewer should request N images in one request and create new requests until all images will not be loaded.
    : number
    ) : any;

    Parameters

    value
    0 - DICOM viewer should request only visible image; N - DICOM viewer should request N images in one request and create new requests until all images will not be loaded.
    Browser Compatibility
    56+
    45+
    11
    See Also