ASPxClientImageZoom.SetImageProperties(imageUrl, largeImageUrl, zoomWindowText, expandWindowText, alternateText) Method
In This Article
Sets the properties on an image displayed in the image zoom control.
#Declaration
TypeScript
SetImageProperties(
imageUrl: string,
largeImageUrl: string,
zoomWindowText: string,
expandWindowText: string,
alternateText: string
): void
#Parameters
Name | Type | Description |
---|---|---|
image |
string | A string value specifying the path to the preview image displayed in the preview image. |
large |
string | A string value specifying the path to the preview image displayed in the zoom window and the expand window. |
zoom |
string | A string value specifying the text displayed in the zoom window. |
expand |
string | A string value specifying the text displayed in the expand window. |
alternate |
string | A string value that specifies the alternate text displayed instead of the image. |
See Also