Gets or sets the a value indicating whether to use a server-side image map.

[VBScript]
Public ReadOnly Property IsMap As Boolean
[JScript]
public function get IsMap() : Boolean;
public function set IsMap(Boolean);

Property Value

true if server-side image map are used, false otherwise.

See Also

HTMLImageElement Object | HTMLImageElement Members | DOM Namespace