ImageLoader.GetImageInfo(String, String) Method
Supplies metadata on a standard-sized image.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
imageName | String | The image’s name. |
imageFolder | String | The name of the folder where the image is located. |
Returns
Type | Description |
---|---|
ImageInfo | The ImageInfo object. |
See Also