# DestinationFitProperties

## Content

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

***

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

# Type Alias: DestinationFitProperties

> **DestinationFitProperties** = [`DestinationPropertiesBase`](DestinationPropertiesBase) & `object`

Display the page designated by [DestinationPropertiesBase#page](DestinationPropertiesBase#page), with its contents magnified just enough to fit the entire page
within the window both horizontally and vertically.
If the required horizontal and vertical magnification factors are different, use the smaller of the two,
centering the page within the window in the other dimension.

## Type Declaration

### type

> **type**: `"fit"`

## See

[DestinationFit](../classes/DestinationFit)
