AngleSharp by AngleSharp

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

.NET API 962,560 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)