Optional virtualizer object that can be used to load large amount of image data in this ImageViewer.
public virtual ImageViewerVirtualizer Virtualizer { get; set; }
Public Overridable Property Virtualizer() As ImageViewerVirtualizer
Get
Set
public:
virtual property ImageViewerVirtualizer^ Virtualizer
{
ImageViewerVirtualizer^ get()
void set(ImageViewerVirtualizer^ value)
}
The optional virtualizer object that can be used to load large amount of image data in this ImageViewer. Default value is null.
The ImageViewerVirtualizer provide support for handling large amount of image data in an ImageViewer by loading and unloading item data on demand with full control for rendering place-holders and controlling the number of items to cache in memory.
For detailed information, refer to Image Viewer Virtualizer.
For an example, refer to ImageViewerVirtualizer.
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