IHtmlImageElement
public interface IHtmlImageElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, ILoadableElement
Represents the image HTML element.
Gets the actual used image source.
Gets or sets the alternative text.
Gets or sets the cross-origin attribute.
Gets or sets the displayed width of the image element.
Gets or sets the displayed width of the image element.
Gets if the image is completely available.
Gets or sets if the image element is a map. The attribute must not
be specified on an element that does not have an ancestor a
element with an href attribute.
Gets the height of the image.
Gets the width of the image.
Gets or sets the sizes to responsively.
Gets or sets the image source.
Gets or sets the image candidates for higher density images.
Gets or sets the usemap attribute, which indicates that the image
has an associated image map.