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