<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFPrintScalingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:@E@PDFPrintScalingMode"
  },
  "title" : "PDFPrintScalingMode"
}
-->

# PDFPrintScalingMode

The type of scaling to be used when printing a page (see [`PDFDocument`](/documentation/PDFKit/PDFDocument)).

```
enum PDFPrintScalingMode
```

## Topics

### Enumeration Cases

[`PDFPrintScalingMode.pageScaleDownToFit`](/documentation/PDFKit/PDFPrintScalingMode/pageScaleDownToFit)

Scale large pages down to fit the paper size (smaller pages do not get scaled up).

[`PDFPrintScalingMode.pageScaleNone`](/documentation/PDFKit/PDFPrintScalingMode/pageScaleNone)

Do not apply scaling to the page when printing.

[`PDFPrintScalingMode.pageScaleToFit`](/documentation/PDFKit/PDFPrintScalingMode/pageScaleToFit)

Scale each page up or down to best fit the paper size.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)