# DestinationFitVProperties

## Content

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

***

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

# Type Alias: DestinationFitVProperties

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

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

## Type Declaration

### left?

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

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

### type

> **type**: `"fitv"`

## See

[DestinationFitV](../classes/DestinationFitV)
