Skip to main content
Tab

StorageStrategy.GetResourceKeyForResizedImage(ASPxWebControlBase, Byte[], String) Method

Returns the key of the resized binary image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual string GetResourceKeyForResizedImage(
    ASPxWebControlBase control,
    byte[] content,
    string mimeType
)

Parameters

Name Type Description
control ASPxWebControlBase

An ASPxWebControlBase descendant object that is the web control related to obtaining a binary image.

content Byte[]

An array of Byte objects that is the content of a binary image.

mimeType String

A String specifying the resource file’s MIME type.

Returns

Type Description
String

A String object that is the key of the binary image.

See Also