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

ASPxClientImageZoom.SetImageProperties(imageUrl, largeImageUrl, zoomWindowText, expandWindowText, alternateText) Method

Sets the properties on an image displayed in the image zoom control.

Declaration

SetImageProperties(
    imageUrl: string,
    largeImageUrl: string,
    zoomWindowText: string,
    expandWindowText: string,
    alternateText: string
): void

Parameters

Name Type Description
imageUrl string

A string value specifying the path to the preview image displayed in the preview image.

largeImageUrl string

A string value specifying the path to the preview image displayed in the zoom window and the expand window.

zoomWindowText string

A string value specifying the text displayed in the zoom window.

expandWindowText string

A string value specifying the text displayed in the expand window.

alternateText string

A string value that specifies the alternate text displayed instead of the image.

See Also