Click or drag to resize

HtmlImage Properties

The HtmlImage type exposes the following members.

Properties
 NameDescription
Public propertyAlternateText Provides alternate text for an image ("alt" attribute), if the user for some reason cannot view it.
Public propertyHeight Height of the image (in pixels).
Public propertyLongDescription URL to a detailed description of an image ("longdesc" attribute).
Public propertySource URL (web address) of the image ("src" attribute).
Public propertySourceSet URL of the image to use in different situations ("srcset" attribute).
Public propertyWidth Width of the image (in pixels).
Top
See Also