- pageInfo
- The page info. Cannot be null.
Documentation for this section has not yet been entered.
Starts a page using the provided NoType:android/graphics/pdf/PdfDocument$PageInfo;Href=../../../../reference/android/graphics/pdf/PdfDocument.PageInfo.html. After the page is created you can draw arbitrary content on the page's canvas which you can get by calling NoType:android/graphics/pdf/PdfDocument$Page;Href=../../../../reference/android/graphics/pdf/PdfDocument.Page.html#getCanvas(). After you are done drawing the content you should finish the page by calling PdfDocument.FinishPage(.Page). After the page is finished you should no longer access the page or its canvas.
Note: Do not call this method after PdfDocument.Close. Also do not call this method if the last page returned by this method is not finished by calling PdfDocument.FinishPage(.Page).