INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'AbortDoc' procedure stops the current print job and
-- erases everything drawn since the last call to the 'StartDoc' function.
-- This procedure replaces the ABORTDOC printer escape.
-- The 'EndDoc' procedure ends a print job.
-- This procedure replaces the ENDDOC printer escape.
-- The 'EndPage' procedure informs the device that the application
-- has finished writing to a page. This function is typically used
-- to direct the device driver to advance to a new page.
-- This procedure replaces the NEWFRAME printer escape.
-- The 'Escape' function allows applications to access capabilities
-- of a particular device not directly available through GDI. 'Escape'
-- calls made by an application are translated and sent to the driver.
-- The 'SetAbortProc' procedure sets the application-defined abort
-- function that allows a print job to be canceled during spooling.
-- This procedure replaces the SETABORTPROC printer escape.
-- The 'StartDoc' function starts a print job.
-- This function replaces the STARTDOC printer escape.
-- The 'StartPage' procedure prepares the printer driver to accept data.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |