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

ASPxImageZoom.BinaryLargeImageUrl Property

Gets the URL of the cached binary large image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(null)]
public string BinaryLargeImageUrl { 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 BinaryLargeImageUrl property to access the cached large image URL. To get the cached preview image URL, use the ASPxImageZoom.BinaryImageUrl property.

See Also