# PrintScaling

## Content

# Enumeration: PrintScaling

(PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document.

## Enumeration Members

### AppDefault

```ts
AppDefault: 1;
```

Indicates that applications should use the current print scaling.

***

### None

```ts
None: 0;
```

Indicates that the print dialog should reflect no page scaling.
