StorageStrategy.ProcessRequestForResizedImage(String) Method
Processes the request to obtain the specified resized binary image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| key | String | A String value that specifies the resource key of the binary data to obtain. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Typically, using this method from your code is not required.
See Also