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

ASPxImageZoom.LargeImageContentBytes Property

Gets or sets an array of bytes representing the large image displayed in the zoom window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public byte[] LargeImageContentBytes { get; set; }

Property Value

Type Default Description
Byte[] *null*

A Byte array that contains the image’s contents.

See Also