ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Printing with mixed orientation
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

rlange

Germany
26 Posts

Posted - Feb 11 2013 :  01:42:36  Show Profile  Reply
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.

fab

1310 Posts

Posted - Feb 12 2013 :  10:19:43  Show Profile  Reply
I'm sorry, at the moment this is not possible. You should handle printing in your code, page by page.
Go to Top of Page

rlange

Germany
26 Posts

Posted - Feb 13 2013 :  03:26:18  Show Profile  Reply
Ok, thank you.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: