ImageZoomNavigatorSettings.SettingsAutoGeneratedImages Property
In This Article
Gets settings that allow you to specify the location and sizes of automatically generated (cached) images.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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