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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Printing with mixed orientation

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
rlange Posted - Feb 11 2013 : 01:42:36
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.
2   L A T E S T    R E P L I E S    (Newest First)
rlange Posted - Feb 13 2013 : 03:26:18
Ok, thank you.
fab Posted - Feb 12 2013 : 10:19:43
I'm sorry, at the moment this is not possible. You should handle printing in your code, page by page.