VintaSoft Imaging .NET SDK 15.1: 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);

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