startPage
The index of the first page that the print formatter lays out.
Declaration
var startPage: Int { get set }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.