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.
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