Skip to main content
Tab

StorageStrategy.ProcessRequestForResizedImage(String) Method

Processes the request to obtain the specified resized binary image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool ProcessRequestForResizedImage(
    string key
)

Parameters

Name Type Description
key String

A String value that specifies the resource key of the binary data to obtain.

Returns

Type Description
Boolean

true, if the requested binary data is obtained; otherwise, false.

Remarks

Typically, using this method from your code is not required.

See Also