Image Caching
Image Zoom
When the ASPxImageZoom control displays binary images (specified by the ASPxImageZoom.ImageContentBytes and ASPxImageZoom.LargeImageContentBytes properties), the control caches the source images and saves the cached images to the folder specified by the ImageZoomAutoGeneratedImagesSettings.ImageCacheFolder property.
You can use the members listed below to specify sizes of cached images.
The ASPxImageZoom.BinaryImageUrl and ASPxImageZoom.BinaryLargeImageUrl properties allow you to access the cached image URLs.
Image Zoom Navigator
When you specify the ASPxImageSliderBase.ImageSourceFolder property, the ASPxImageZoomNavigator control caches the source images and saves the cached images to the folder specified by the AutoGeneratedImagesSettingsBase.ImageCacheFolder property.
For every source image, the ASPxImageZoomNavigator control creates three cached images to be displayed in the preview image, zoom window, and thumbnail elements. You can use the members listed below to specify sizes of cached images.
You can use the ASPxImageSliderBase.UpdateImageCacheFolder method to update the content of a cache folder.