# ImageAlignVert

## Content

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

***

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

# Enumeration: ImageAlignVert

Specifies the vertical alignment of images.

## Enumeration Members

### Bottom

> **Bottom**: `2`

The image is bottom-aligned.

***

### Center

> **Center**: `1`

The image is centered vertically.

***

### Top

> **Top**: `0`

The image is top-aligned.
