AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 HtmlImageElement

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

public string AlternativeText { get; set; }

public string CrossOrigin { get; set; }

public IDownload CurrentDownload { get; }

public int DisplayHeight { get; set; }

public int DisplayWidth { get; set; }

public bool IsCompleted { get; }

public bool IsMap { get; set; }

public int OriginalHeight { get; }

public int OriginalWidth { get; }

public string Sizes { get; set; }

public string Source { get; set; }

public string SourceSet { get; set; }

public string UseMap { get; set; }

public HtmlImageElement(Document owner, string prefix = null)