Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
egold2005
Posted - May 12 2020 : 02:23:28 Hello,
I've got a TImageEnFolderMView showing a number of thumbnails for the images in folder, how do i send all of them to printer at once, without showing any dialogs etc?
Thanks, Eugene.
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - May 12 2020 : 19:03:08 Hi Eugene
Please use:
// Print all images stretched to the page center (respecting the proportions)
Printer.BeginDoc;
ImageEnMView1.MIO.PrintImage(IEM_ALL_IMAGES, Printer.Canvas, 0, 0, 0, 0, ievpCenter, iehpCenter, iesFitToPage, 0, 0, 1);
Printer.EndDoc;