Share via


ImgElement.isMap Property

SharePoint Designer Developer Reference

Returns or sets a Boolean that represents whether the image uses an image map stored on the Web server. True indicates that the image uses a server-side map. Corresponds to the ismap attribute of an IMG element.

Syntax

expression.isMap

expression   Required. A variable that represents an ImgElement object.

Remarks

HTML provides two types of image maps: server-side and client-side. A server-side map is specified by setting the ismap attribute to true in the IMG tag and creating an image map file on the server. Use the isMap property to specify whether an image uses a server-side image map.

See Also