Skip to main content
A newer version of this page is available. .
Tab

ASPxImageZoom.SettingsAutoGeneratedImages Property

Gets settings that allow specifying the location and sizes of automatically generated (cached) images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageZoomAutoGeneratedImagesSettings SettingsAutoGeneratedImages { get; }

Property Value

Type Description
ImageZoomAutoGeneratedImagesSettings

An ImageZoomAutoGeneratedImagesSettings object that contains the settings.

Remarks

When the ASPxImageZoom control displays binary images which can be specified using the ASPxImageZoom.ImageContentBytes and ASPxImageZoom.LargeImageContentBytes properties, the control caches the images to an image cache folder.

Use the SettingsAutoGeneratedImages property to specify the cache folder location and sizes of the cached images.

To learn more about image caching, see the Image Caching topic.

See Also