ImageInfo
Overview
ImageInfo is a interface in Aspose.Cells FOSS for Typescript.
Properties: data, ext, height, name, width.
Description
ImageInfo is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : string; : buffer; : number. These operations enable developers to integrate imageinfo functionality directly into TypeScript applications.
The class also provides the name property (gets the name), the data property (gets the data), the width property (gets the width).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Gets the name. |
data | : Buffer | Read | Gets the data. |
width | : number | Read | Gets the width. |
height | : number | Read | Gets the height. |
ext | : string | Read | Gets the ext. |