This returns a specific page. It's used mainly when using a Serialized template file.
PdfPage? page(int page) { return pdfPageList.pages[page]; }