AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-283" />

.NET API 885,760 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)