TC$
TC

01/31/2007 :: 21:08

Anonyme

I have existing app that i want to use the PrintImageBySize2Printer
to take advantage of print quality this ocx provides but I dont want to re-write my code that uses print.print

is it possible to inter print.print & printImageBySize2Printer
w/o loosing the page context ..
if not how can i get the print quality of printImageBySize2Printer
to be provided by printer.paintpicture

by using special attributes of oGdPicture
Loïc$2006306
Loïc

02/01/2007 :: 11:29

Registered

Hi,

you can export the native image as picture object in order to create your own print process:

Printer.PaintPicture oGdPicture.GetPicture
printer.enddoc


Regards,

Loïc
back to forum