Release a print context
void PpReleasePC( PpPrintContext_t *pc );
ph
This function releases the draw context, shuts down, and frees the resources used by the provided print context.
If the provided print context's draw context is the current draw context, the default draw context automatically becomes the current draw context.
See PpContinueJob().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PpContinueJob(), PpCreatePC(), PpEndJob(), PpGetCanvas(), PpGetPC(), PpPrintContext_t, PpPrintNewPage(), PpPrintWidget(), PpSetCanvas(), PpSetPC(), PpStartJob(), PpSuspendJob()
Printing in the Photon Programmer's Guide