PdfDocument.StartPage(.PageInfo)
pageThe page. Cannot be null.
Finishes a started page. You should always finish the last started page.
Note: Do not call this method after PdfDocument.Close. You should not finish the same page more than once.
[Android Documentation]