I am confused about how to use the bBlankBand variable in the
ImageProcessing function. When the print driver is banding, bBlankBand
will be 1 for the first band and then 0 for the remaining bands. The
documentation says that if it is 0 then the data is invalid. But I
never receive any further calls to ImagePricessing with bBlankBand set
to 1. As a result I only get the top portion of the image. Do I have to
do something else to get the remaining bands rendered? I am using the
oemdll example in the DDK. When the driver is not banding then I get
the whole image in one shot but higher DPI's force me to deal with
banding in ImageProcessing which I can't seem to get to function
correctly.
Thanks,
Bob Herzberg