Hi,
I am developing a printer minidriver (PCL 5c) for Win 2K/XP.
I have added a renderer plug-in.
The problem I am facing is that some part of the print document is printing
as bands.
That is, the call comes to OEMStartBanding and OEMNextBand.
I do not want that to happen. I want to disable banding.
In the current scenario, if I am printing a single page text document, some
part is printed as text (call comes to OEMTextOut)
and some part is printed as raster bands (OEMNextBand).
I need to implement some functionalities in the renderer plug-in for which I
do not want any calls to come to banding entry points.
Is there any way to disable banding in minidrivers?
Thanks in advance.
Rahul