Skip to main content
A newer version of this page is available. .

ASPxClientImageBase.SetSize(width, height) Method

Sets the size of the image displayed within the image editor.

Declaration

SetSize(
    width: number,
    height: number
): void

Parameters

Name Type Description
width number

An integer value that specifies the image’s width.

height number

An integer value that specifies the image’s height.

See Also