PageFormatInfo
constructor(pageWidth: Size? = null, pageHeight: Size? = null, margin: Sizes? = null, columnCount: Int? = null, alignment: Container.Alignment? = null)
Parameters
pageWidth
width of each page
pageHeight
height of each page
margin
blank space around the content of each page
columnCount
number of columns on each page. If set, the layout becomes multi-column
alignment
horizontal alignment of the content of each page