Skip to main content

ImageZoomSettings.SettingsAutoGeneratedImages Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageZoomAutoGeneratedImagesSettings SettingsAutoGeneratedImages { get; }

Property Value

Type Description
ImageZoomAutoGeneratedImagesSettings

An ImageZoomAutoGeneratedImagesSettings object that contains the settings.

Remarks

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

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

See Also