landscape

The same page rotated into landscape orientation (width ≥ height). Pages with mixed orientations can coexist in one document — each page(size) call carries its own size:

page(PageSize.A4) { ... }            // portrait
page(PageSize.A4.landscape) { ... } // landscape