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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Byte[] | A byte array specifying the SVG file content. |
See Also