Indicates the number of view workers.
Object.defineProperty(DocumentViewerView.prototype, 'workerCount',
get: function(),
set: function(value)
)
workerCount: number;
The number of view workers, default value is 4. This value cannot be less than 1.
Then this class loads the images of the pages one at a time (through the use of DocumentPage.GetImage.
Getting an image involves making a call to the Document service using DocumentPage.GetImage to get the image data, loading it internally and waiting for it to be ready then rendering it on the image viewer.
During this waiting part, this class can start loading another image if needed up to WorkerCount. The maximum numbers of images being loaded that has not been processed will not exceed the value set in WorkerCount.
The higher the number, the more stress on the service (and the client machine connection) and the default value of 4 is a good compromise between speed and system load. To reduce service stress, consider LazyLoad.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document