PpReleasePC()

Release a print context

Synopsis:

void PpReleasePC( PpPrintContext_t *pc );

Arguments:

pc
The pointer to a PpPrintContext_t structure that was returned by PpCreatePC().

Library:

ph

Description:

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.

Examples:

See PpContinueJob().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PpContinueJob(), PpCreatePC(), PpEndJob(), PpGetCanvas(), PpGetPC(), PpPrintContext_t, PpPrintNewPage(), PpPrintWidget(), PpSetCanvas(), PpSetPC(), PpStartJob(), PpSuspendJob()

Printing in the Photon Programmer's Guide