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

NameTypeAccessDescription
name: stringReadGets the name.
data: BufferReadGets the data.
width: numberReadGets the width.
height: numberReadGets the height.
ext: stringReadGets the ext.

See Also