ASPxImageZoom.BinaryLargeImageUrl Property
Gets the URL of the cached binary large 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 BinaryLargeImageUrl property to access the cached large image URL. To get the cached preview image URL, use the ASPxImageZoom.BinaryImageUrl property.