---
title: startPage
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintformatter/startpage
---

# startPage

The index of the first page that the print formatter lays out.

## Declaration

```swift
var startPage: Int { get set }
```

## Discussion

Discussion The value is a zero-based index. You can set the starting page of a print formatter by assigning an index to this property or by passing one as the second argument of the addPrintFormatter(_:startingAtPageAt:) method of UIPrintPageRenderer.

## See Also

### Managing pagination

- [pageCount](uikit/uiprintformatter/pagecount.md)
