# PrintParams

> _Since v1.4.0_

Parameters for a specific print operation *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `orientation?` | <code><a href="/grid/plugins/print/types/printorientation/">PrintOrientation</a></code> | Override page orientation for this print |
| `title?` | <code>string</code> | Override title for this print |
| `warnThreshold?` | <code>number</code> | Override warn threshold for this print (0 = no warning) |
| `maxRows?` | <code>number</code> | Override max rows for this print (0 = unlimited) |
| `isolate?` | <code>boolean</code> | Print in an isolated window (default: false) |
