AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.6.0" />

.NET API 844,288 bytes

 HTMLObjectElement

Represents the HTML object element.
public IDocument ContentDocument { get; }

Gets the active document of the object element's nested browsing context, if it has one; otherwise returns null.

public IWindowProxy ContentWindow { get; }

Gets the object element's nested browsing context, if it has one; otherwise returns null.

public int DisplayHeight { get; set; }

Gets or sets the height of the object element.

public int DisplayWidth { get; set; }

Gets or sets the width of the object element.

public string Source { get; set; }

Gets or sets the address of the resource.

public string Type { get; set; }

Gets or sets the type of the resource. If present, the attribute must be a valid MIME type.

public bool TypeMustMatch { get; set; }

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.

public string UseMap { get; set; }

Gets or sets the associated image map of the object if the object element represents an image.