Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public readonly byte[] ImageBytes { get; }

Property Value

Type Description
Byte[]

A byte array specifying the SVG file content.

See Also