8.16.0.4
1.3 Paged Drawing Contexts
Drawing contexts that output to a file format, drawing must be
explicitly started with PagedDC.start and ended with
PagedDC.end.
method | ||
| ||
| ||
method | ||
| ||
method | ||
| ||
| ||
method | ||
| ||
method | ||
| ||
method | ||
Use PagedDC.start and PagedDC.end to bound all
drawing for single-page output.
Use the more fine-grained combination of PagedDC.start_doc and PagedDC.start_page for multi-page output, where PagedDC.end_page ends a page and then PagedDC.start_page can be used again to start the next page. After the last page’s PagedDC.end_page, use PagedDC.end_doc to finish the document.