# InitialZoomMode

## Content

# Type Alias: InitialZoomMode

```ts
type InitialZoomMode = "FitToPage" | "FitToWidth" | Percentage;
```

All supported initial zoom modes.
