# ImageAlignHorz

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / ImageAlignHorz

# Enumeration: ImageAlignHorz

Specifies the horizontal alignment of images.

## Enumeration Members

### Center

> **Center**: `1`

The image is centered horizontally.

***

### Left

> **Left**: `0`

The image is left-aligned.

***

### Right

> **Right**: `2`

The image is right-aligned.
