# ResizeBitmapOptions

## Content

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

***

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

# Type Alias: ResizeBitmapOptions

> **ResizeBitmapOptions** = `object`

Provides options for the [Bitmap#resize](../classes/Bitmap#resize) method.

## Properties

### clipBounds?

> `optional` **clipBounds**: [`Bounds`](Bounds) \| `null`

Clipping rectangle specifying the area of the source image to be processed.

***

### height?

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

The height of the resized image, in pixels.

***

### interpolationMode?

> `optional` **interpolationMode**: [`InterpolationMode`](../enumerations/InterpolationMode)

The interpolation mode to use when scaling.

***

### scale?

> `optional` **scale**: `number`

The scale factor for resizing.

***

### width?

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

The width of the resized image, in pixels.
