AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 IHtmlVideoElement

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

Gets or sets the displayed height of the video element.

int DisplayWidth { get; set; }

Gets or sets the displayed width of the video element.

int OriginalHeight { get; }

Gets the height of the video.

int OriginalWidth { get; }

Gets the width of the video.

string Poster { get; set; }

Gets or sets the URL to a preview image.