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

ImageZoomSettings.LargeImageContentBytes Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public byte[] LargeImageContentBytes { get; set; }

Property Value

Type Description
Byte[]

A Byte array that contains the image’s contents.

See Also