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

ASPxImageZoom.BinaryImageUrl Property

Gets the URL of the cached binary image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public string BinaryImageUrl { get; protected set; }

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.

See Also