IHtmlObjectElement
public interface IHtmlObjectElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers, IValidation, ILoadableElement
Represents the object HTML element.
Gets the active document of the object element's nested browsing context, if it has one;
otherwise returns null.
Gets the object element's nested browsing context, if it has one; otherwise returns null.
Gets or sets the display height of the object element.
Gets or sets the display width of the object element.
Gets the associated HTML form element.
Gets or sets the name of the object.
Gets or sets the address of the resource.
Gets or sets the type of the resource. If present,
the attribute must be a valid MIME type.
Gets or sets an attribute whose presence indicates that the resource specified by the data
attribute is only to be used if the value of the type attribute and the Content-Type of the
aforementioned resource match.
Gets or sets the associated image map of the object if the object element represents an image.