AngleSharp by AngleSharp

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

.NET API 888,832 bytes

 IHtmlImageElement

Represents the image HTML element.
string ActualSource { get; }

Gets the actual used image source.

string AlternativeText { get; set; }

Gets or sets the alternative text.

string CrossOrigin { get; set; }

Gets or sets the cross-origin attribute.

int DisplayHeight { get; set; }

Gets or sets the displayed width of the image element.

int DisplayWidth { get; set; }

Gets or sets the displayed width of the image element.

bool IsCompleted { get; }

Gets if the image is completely available.

bool IsMap { get; set; }

Gets or sets if the image element is a map. The attribute must not be specified on an element that does not have an ancestor a element with an href attribute.

int OriginalHeight { get; }

Gets the height of the image.

int OriginalWidth { get; }

Gets the width of the image.

string Sizes { get; set; }

Gets or sets the sizes to responsively.

string Source { get; set; }

Gets or sets the image source.

string SourceSet { get; set; }

Gets or sets the image candidates for higher density images.

string UseMap { get; set; }

Gets or sets the usemap attribute, which indicates that the image has an associated image map.