# Bounds

## Content

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

***

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

# Type Alias: Bounds

> **Bounds** = `object`

Represents rectangular boundaries in various ways.
The origin is at the top left corner.

## Properties

### bottom?

> `optional` **bottom**: `number`

Coordinate of the bottom side of the rectangle.

***

### height?

> `optional` **height**: `number`

The height of the rectangle.

***

### left?

> `optional` **left**: `number`

Coordinate of the left side of the rectangle.

***

### location?

> `optional` **location**: [`Point`](Point)

Coordinates of the top left corner of the rectangle.

***

### right?

> `optional` **right**: `number`

Coordinate of the right side of the rectangle.

***

### size?

> `optional` **size**: [`Size`](Size)

The size of the rectangle.

***

### top?

> `optional` **top**: `number`

Coordinate of the top side of the rectangle.

***

### width?

> `optional` **width**: `number`

The width of the rectangle.

***

### x?

> `optional` **x**: `number`

The X coordinate of the rectangle.

***

### y?

> `optional` **y**: `number`

The Y coordinate of the rectangle.
