ImageZoomNavigatorSettings.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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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