Gets or sets the time to wait before requesting the image URL.
Object.defineProperty(Frame.prototype, 'requestInterval',
get: function(),
set: function(value)
)
requestInterval: number;
Value that represents the time to wait before requesting the image URL.
The default value of this property is 2000ms (2 seconds).
This request is useful since the user might scroll quickly through all the frames, so in order to prevent all the frames from requesting their URL (which will cause overhead), this will make the viewer wait and make sure the user has stayed on the frame in order to request the URL.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET