| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Close a print context
int PpPrintClose( PpPrintContext_t *pc );
This function completes the current print job for the provided print context, pc. If the print context is active, it's deactivated as if PpPrintStop() had been called.
|  | The print context is deactivated, but isn't destroyed, so it can be used for future print jobs with little or no reconfiguration. | 
When this function returns, the printed output has been generated and sent to the destination specified in the print context.
See PpPrintStart().
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PpPrintCreatePC(), PpPrintGetPC(), PpPrintNewPage(), PpPrintOpen(), PpPrintReleasePC(), PpPrintSetPC(), PpPrintStart(), PpPrintStop(), PpPrintWidget()
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |