---
title: paperSize
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintpaper/papersize
---

# paperSize

The size of the sheet to use for printing.

## Declaration

```swift
var paperSize: CGSize { get }
```

## Discussion

Discussion The paper size is often associated with a standard designation, such as “Letter” and “A4”. For example, the paper size for a Letter sheet of paper is 612 points wide and 792 points high.

## See Also

### Getting the paper size and the printing area

- [printableRect](uikit/uiprintpaper/printablerect.md)
