Skip to main content
.NET 6.0+

ImageInfo.ImageBytes Property

Gets the content of the SVG image. Returns null (Nothing in VB) for other image types.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public byte[] ImageBytes { get; }

Property Value

Type Description
Byte[]

A byte array specifying the SVG file content.

See Also