evCreate API 5.7 Help

EvImageAttributes Interface

The EvImageAttributes TS interface defines a blueprint of a JS object that specifies the attributes of a given image item.

Properties

An EvImageAttributes object has the following properties:

height: number;

A number, the height of the image attached to the given image item in pixels.

resolution: number;

A number, the resolution of the image attached to the given image item in pixels per inch.

width: number;

A number, the width of the image attached to the given image item in pixels.

Examples

{ height: 400, resolution: 96, width: 800 }
01 April 2025