Table of Contents

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

int

Width

Gets the width of the object.

int Width { get; }

Property Value

int