I can l load a tif file and print it with the following code
lvDocImage.IO.PrintImage(Printer.Canvas,0,0,0,0 );
However when I try to use the parameters like below:
for centering and pageto fit I get an error undeclared identifier:
What am I doing wrong?
lvDocImage.IO.PrintImage( Printer.Canvas, 0, 0, 0, 0, ievpCenter, iehpCenter, iesFitToPage );