Interface IImageInfo
- Namespace
- AngleSharp.Media
- Assembly
- AngleSharp.dll
Contains information about an image file.
public interface IImageInfo : IResourceInfo
- Inherited Members
- Extension Methods
Properties
Height
Gets the height of the image.
int Height { get; }
Property Value
Width
Gets the width of the image.
int Width { get; }