Back to Devexpress

Image Caching

aspnet-17664-components-data-and-image-navigation-image-zoom-image-caching.md

latest4.4 KB
Original Source

Image Caching

  • Jul 22, 2021

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.

ElementImage HeightImage Width
Preview ImageImageZoomAutoGeneratedImagesSettings.ImageHeightImageZoomAutoGeneratedImagesSettings.ImageWidth
Zoom WindowImageZoomAutoGeneratedImagesSettings.LargeImageHeightImageZoomAutoGeneratedImagesSettings.LargeImageWidth

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.

ElementImage HeightImage Width
Preview ImageImageZoomNavigatorAutoGeneratedImagesSettings.ImageHeightImageZoomNavigatorAutoGeneratedImagesSettings.ImageWidth
Zoom WindowImageZoomNavigatorAutoGeneratedImagesSettings.LargeImageHeightImageZoomNavigatorAutoGeneratedImagesSettings.LargeImageWidth
ThumbnailImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailHeightImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailWidth

You can use the ASPxImageSliderBase.UpdateImageCacheFolder method to update the content of a cache folder.

Online Demo

Image Zoom - Binding to Binary Data