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
 Thumb

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
izaque Posted - Apr 12 2012 : 12:17:53
Hello, I wonder how can I print the images real ImageEnMView, when the property is StoreType with "ietThumb"?
4   L A T E S T    R E P L I E S    (Newest First)
izaque Posted - Apr 16 2012 : 04:36:37
thank you very much!
fab Posted - Apr 15 2012 : 23:23:51
quote:
But is there any way I can call only a preview dialog, like ". MIO.DoPrintPreviewDialog," and after that I get the parameters of the dialogue and send the command to the printer...


Unfortunately no. Anyway source code of that dialog is available and you could customize it if necessary.
Also, there is another method that could be useful for you: it is TImageEnMView.LoadFromFileOnDemand. It loads (full) images only when they are necessary (ie for displaying, for printing, for saving, etc...).
izaque Posted - Apr 12 2012 : 13:11:16
Ok, as I have many images, I can not load all in another ImageEnMView for lack of machine resources. But is there any way I can call only a preview dialog, like ". MIO.DoPrintPreviewDialog," and after that I get the parameters of the dialogue and send the command to the printer, Printer.BeginDoc ... ievImagem.IO.PrintImage (...) Printer.EndDoc?
fab Posted - Apr 12 2012 : 12:53:09
You cannot. TImageEnMView has only a thumbnail, not the full image.
Of course you can still create an hidden TImageEnMView which loads the full images and then use it to print them.
Otherwise, if you need to print only one image, you could load it in a hidden TImageEnView and use it to print the image.