Place a page break in the draw stream for a Print Context
int PpPrintNewPage( PpPrintContext_t *pc );
This function places a New Page command in the draw stream for the specified print context, pc, followed by all the changes made to the print context since PpPrintNewPage() was called or the print context was opened (initialized).
If the print context isn't currently active, PpPrintStart() is called before the New Page command is inserted. The draw context that was active when the call was made is restored before PpPrintNewPage() returns.
See PpPrintStart().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PpPrintClose(), PpPrintCreatePC(), PpPrintGetPC(), PpPrintOpen(), PpPrintReleasePC(), PpPrintSetPC(), PpPrintStart(), PpPrintStop(), PpPrintWidget()