Back to Devexpress

BinaryImageEditSettings.ContentBytes Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-binaryimageeditsettings.md

latest1.2 KB
Original Source

BinaryImageEditSettings.ContentBytes Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public byte[] ContentBytes { get; set; }
vb
Public Property ContentBytes As Byte()

Property Value

TypeDescription
Byte[]

A Byte array that contains the image contents.

|

See Also

BinaryImage

BinaryImageEditSettings Class

BinaryImageEditSettings Members

DevExpress.Web.Mvc Namespace