AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.431" />

.NET API 955,392 bytes

 HtmlVideoElement

Represents the HTML video element.
public int DisplayHeight { get; set; }

public int DisplayWidth { get; set; }

public int OriginalHeight { get; }

public int OriginalWidth { get; }

public string Poster { get; set; }

public HtmlVideoElement(Document owner, string prefix = null)