Error processing SSI file
(Leadtools.Controls)

Show in webframe

Virtualizer Property (ImageViewer)




Optional virtualizer object that can be used to load large amount of image data in this ImageViewer.
Syntax
public virtual ImageViewerVirtualizer Virtualizer {get; set;}
'Declaration
 
Public Overridable Property Virtualizer As ImageViewerVirtualizer

Property Value

The optional virtualizer object that can be used to load large amount of image data in this ImageViewer. Default value is null.
Remarks

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.

Example

For an example, refer to ImageViewerVirtualizer.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file