---
title: reversePageOrder
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsprintinfo/attributekey/reversepageorder
---

# reversePageOrder

An NSNumber object containing a Boolean value that specifies whether to print pages in reverse order.

## Declaration

```swift
static let reversePageOrder: NSPrintInfo.AttributeKey
```

## Discussion

Discussion If true, prints first page last.

## See Also

### Other Attributes

- [allPages](appkit/nsprintinfo/attributekey/allpages.md)
- [copies](appkit/nsprintinfo/attributekey/copies.md)
- [detailedErrorReporting](appkit/nsprintinfo/attributekey/detailederrorreporting.md)
- [faxNumber](appkit/nsprintinfo/attributekey/faxnumber.md)
- [firstPage](appkit/nsprintinfo/attributekey/firstpage.md)
- [headerAndFooter](appkit/nsprintinfo/attributekey/headerandfooter.md)
- [jobDisposition](appkit/nsprintinfo/attributekey/jobdisposition.md)
- [jobSavingFileNameExtensionHidden](appkit/nsprintinfo/attributekey/jobsavingfilenameextensionhidden.md)
- [jobSavingURL](appkit/nsprintinfo/attributekey/jobsavingurl.md)
- [lastPage](appkit/nsprintinfo/attributekey/lastpage.md)
- [mustCollate](appkit/nsprintinfo/attributekey/mustcollate.md)
- [pagesAcross](appkit/nsprintinfo/attributekey/pagesacross.md)
- [pagesDown](appkit/nsprintinfo/attributekey/pagesdown.md)
- [printer](appkit/nsprintinfo/attributekey/printer.md)
- [printerName](appkit/nsprintinfo/attributekey/printername.md)
