49
edits
(→Notes) |
|||
Line 14: | Line 14: | ||
* There is only one page size per PrintDocument. | * There is only one page size per PrintDocument. | ||
* The size of the page is defined within the PrintDocument constructor. If the defined page size doesn't fit the printer's page size, the content get's aligned as specified by the 'scale' property (see below). | * The size of the page is defined within the PrintDocument constructor. If the defined page size doesn't fit the printer's page size, the content get's aligned as specified by the 'scale' property (see below). | ||
* The rendering context used for printing (PrintRenderingContext) is very similar to the CanvasRenderingContext2D. | |||
=== Open Questions === | === Open Questions === |
edits