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

ImageZoomNavigatorSettings.SettingsAutoGeneratedImages Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ImageZoomNavigatorAutoGeneratedImagesSettings SettingsAutoGeneratedImages { get; }

Property Value

Type Description
ImageZoomNavigatorAutoGeneratedImagesSettings

An ImageZoomNavigatorAutoGeneratedImagesSettings object that contains the settings.

Remarks

When the image zoom navigator is bound to a folder (using the ImageZoomNavigatorExtension.BindToFolder method), the images from the source folder are cached to an image cache folder.

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

See Also