izaque |
Posted - Apr 12 2012 : 06:50:51 Hello, I wonder if printing the actual images of the ImageEnMView, when the property is StoreType with "ietThumb"? When I use the commands below, it comes out blurry, because it takes the miniature thumbnail.
iemvThumb.MIO.PrintPreviewParams.SetProperty ('MarginBottom', '0 '); iemvThumb.MIO.PrintPreviewParams.SetProperty ('MarginLeft', '0 '); iemvThumb.MIO.PrintPreviewParams.SetProperty ('MarginRight', '0 '); iemvThumb.MIO.PrintPreviewParams.SetProperty ('MarginTop', '0 '); iemvThumb.MIO.DoPrintPreviewDialog ('', FALSE, sTitulo) |