AngleSharp by AngleSharp

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

.NET API 888,320 bytes

 HtmlObjectElement

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

public IWindow ContentWindow { get; }

public IDownload CurrentDownload { get; }

public int DisplayHeight { get; set; }

public int DisplayWidth { get; set; }

public int OriginalHeight { get; }

public int OriginalWidth { get; }

public string Source { get; set; }

public string Type { get; set; }

public bool TypeMustMatch { get; set; }

public string UseMap { get; set; }

public HtmlObjectElement(Document owner, string prefix = null)