IObjectInfo public interface IObjectInfo : IResourceInfo Contains information about a general object file. Documentation Code namespace AngleSharp.Services.Media { public interface IObjectInfo : IResourceInfo { int Width { get; } int Height { get; } } }