printForceImage

Force the print operation to print as images.
[read/write property] printForceImage([out, retval] VARIANT_BOOL *image) printForceImage([in] VARIANT_BOOL image)
If this property is set to true, all pages will be rasterized and sent to the printer as images.

This setting is only relevant for GDI printing, i.e., for non-PostScript printers, or if printForceGDI is true. It is ignored when XpdfViewer generates PostScript code.

VB:
viewer.printForceImage = True