---
title: pageOrder
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintoperation/pageorder-swift.property
---

# pageOrder

The print order for the pages of the operation.

## Declaration

```swift
var pageOrder: NSPrintOperation.PageOrder { get set }
```

## Parameters

- `order`: The print order. For a list of possible values, see doc://com.apple.appkit/documentation/AppKit/NSPrintOperation/PageOrder-swift.enum.

## See Also

### Managing Page Information

- [currentPage](appkit/nsprintoperation/currentpage.md)
- [pageRange](appkit/nsprintoperation/pagerange.md)
- [NSPrintOperation.PageOrder](appkit/nsprintoperation/pageorder-swift.enum.md)
