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(
: 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
See Also