Skip to main content
Tab

ASPxImageZoom.ImageContentBytes Property

Gets or sets an array of bytes representing the preview image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Byte[] null

A Byte[] array that contains the image’s contents.

See Also