Is it possible to print a multi TIFF with mixed orientation?
If i have a file with only one page, i can set the printer orientation for the iev1.IO.DoPrintPreviewDialog with:
if iev1.IEBitmap.Width>iev1.IEBitmap.Height then
Printer.Orientation:=poLandscape
else
Printer.Orientation:=poPortrait;
But if i want to print a TIFF file with more than one page (iemv1.MIO.DoPrintPreviewDialog) sometimes the second page has another orientation.
See attached screenshot:
Thank you.