Skip to main content

BinaryImageEditSettings.ContentBytes Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public byte[] ContentBytes { get; set; }

Property Value

Type Description
Byte[]

A Byte array that contains the image contents.

See Also