Table of Contents

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

int

Width

Gets the width of the image.

int Width { get; }

Property Value

int