Gets or sets the width of the image.

[VBScript]
Public Property Width As Integer
[JScript]
public function get Width() : int;
public function set Width(int);

Property Value

The width of the image in pixels.

See Also

HTMLImageElement Object | HTMLImageElement Members | DOM Namespace