Call endPage() when the content for the current page has been drawn (into the canvas returned by beginPage()).
()
| 62 | * (into the canvas returned by beginPage()).</p> |
| 63 | */ |
| 64 | public void endPage() { |
| 65 | Stats.onNativeCall(); |
| 66 | _nEndPage(_ptr); |
| 67 | } |
| 68 | |
| 69 | @Override |
| 70 | public void close() { |