49
edits
| Line 174: | Line 174: | ||
readonly attribute PrintDocument printDocument; | readonly attribute PrintDocument printDocument; | ||
// rendering context for preview? | |||
readonly attribute boolean isPreview; | |||
// tell the backend that this page has finished rendering. | // tell the backend that this page has finished rendering. | ||
void endPage(); | void endPage(); | ||
edits