Table of Contents

Interface IHTMLImageElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLImageElement.html

public interface IHTMLImageElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Align

String Align { get; set; }

Property Value

String

Alt

String Alt { get; set; }

Property Value

String

Border

String Border { get; set; }

Property Value

String

Height

String Height { get; set; }

Property Value

String

Hspace

String Hspace { get; set; }

Property Value

String

IsMap

bool IsMap { get; set; }

Property Value

bool

LongDesc

String LongDesc { get; set; }

Property Value

String

LowSrc

String LowSrc { get; set; }

Property Value

String

Name

String Name { get; set; }

Property Value

String

Src

String Src { get; set; }

Property Value

String

UseMap

String UseMap { get; set; }

Property Value

String

Vspace

String Vspace { get; set; }

Property Value

String

Width

String Width { get; set; }

Property Value

String