Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 969 Bytes

plotter-driver-renderer.md

File metadata and controls

18 lines (14 loc) · 969 Bytes
title description keywords ms.date
Plotter Driver Renderer
Plotter Driver Renderer
Plotter Driver WDK print , renderer
MSPlot WDK print , renderer
renderer WDK MSPlot
graphics DDI functions WDK print
01/30/2023

Plotter Driver Renderer

[!includePrint Support Apps]

The plotter driver renderer is implemented as a printer graphics DLL and thus exports functions defined by the Microsoft Device Driver Interface (DDI) for graphics drivers. When an application calls Graphics Device Interface (GDI) functions to send images to a plotter, the kernel-mode graphics engine calls the renderer's graphics DDI functions. These graphics DDI functions assist GDI in drawing a print job's page images.

The renderer is also responsible for sending rendered image data, along with plotter command sequences, to the print spooler, which then directs the images and commands to plotter hardware.