ASPxImageZoom.BinaryImageUrl Property
Gets the URL of the cached binary image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A string value that specifies the image URL. |
Remarks
The ASPxImageZoom control provides the capability to display binary images. Use the ASPxImageZoom.ImageContentBytes and ASPxImageZoom.LargeImageContentBytes properties to specify the binary images that will be displayed in the preview image and zoom window.
The control caches binary images to the folder specified by the ImageZoomAutoGeneratedImagesSettings.ImageCacheFolder property.
Use the BinaryImageUrl property to access the cached image URL. To get the cached large image URL, use the ASPxImageZoom.BinaryLargeImageUrl property.