Code: Select all
nWidth := int( oPrn:nhorzres() / oImage:nwidth() )
nHeight := int( oPrn:nvertres() / oImage:nheight() )
nTotal := min( nWidth, nheight )
oPrn:sayimage( 2, 2, oImage, oImage:nwidth * ntotal, oImage:nheight * ntotal )
Is there any way to print a stored image to the same exact size it was when originally scanned? Has anyone come up with a solution?
Reinaldo