HTMLImageElement.Width Property |
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);
The width of the image in pixels.
HTMLImageElement Object | HTMLImageElement Members | DOM Namespace