Skip to main content
All docs
V23.2
.NET 6.0+

ImageInfo(String, DXImage, Byte[], String) Constructor

Initializes a new instance of the ImageInfo class with specified settings.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ImageInfo(
    string imageName,
    DXImage image,
    byte[] imageBytes,
    string imageUrl
)

Parameters

Name Type
imageName String
image DXImage
imageBytes Byte[]
imageUrl String
See Also