Share via


ImgElement.clientWidth Property

SharePoint Designer Developer Reference

Returns a Long that represents the width in pixels of an IMG element without any margin, border, scroll bar, or padding settings that may have been applied.

Syntax

expression.clientWidth

expression   Required. A variable that represents an ImgElement object.

See Also