# DestinationFitHProperties

## Content

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

***

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

# Type Alias: DestinationFitHProperties

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

Display the page designated by [DestinationPropertiesBase#page](DestinationPropertiesBase#page), with the vertical coordinate top positioned at the top edge of the window
and the contents of the page magnified just enough to fit the entire width of the page within the window.
A null value for top specifies that the current value of that parameter is to be retained unchanged.

## Type Declaration

### top?

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

The top coordinate of the document window, if null then unchanged.

It should be specified relative to the top left corner if page specified
relative using [DestinationPropertiesBase#page](DestinationPropertiesBase#page) or relative to the bottom left corner
if page specified using [DestinationPropertiesBase#pageIndex](DestinationPropertiesBase#pageindex).
See [Destination](../classes/Destination) description for details.

### type

> **type**: `"fith"`

## See

[DestinationFitH](../classes/DestinationFitH)
