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
 Aspect ratio on PrintImagePos

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
fyaklin Posted - Jan 22 2021 : 16:14:11
According to the documentation, TImageEnIo.PrintImagePos will maintain the aspect ratio of the image. I cannot get this to happen.


ImageBox->PrintingMaintainAR = true;
ImageBox->PrintImagePos(NULL, 2, 2, 2, 1);
ImageBox->PrintImage(NULL, 5.00, 1.25, .50, 6, ievpTop, iehpCenter, iesFitToPage, 0, 0, 1, false);


The PrintImage function will maintain it, but the PrintImagePos is stretched. I have been using the PrintImage, but I would rather use PrintImagePos (specifying the border rather than the physical dimensions just seems a little odd). What am I doing wrong?
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 23 2021 : 14:57:51
Sorry Frederick, despite it being suggested in the documentation, PrintImagePos does not actually support PrintingMaintainAR. I will add support for it now. Please email me for an update.

Nigel
Xequte Software
www.imageen.com
fyaklin Posted - Jan 22 2021 : 17:38:05
I used PrintingMaintainAR - it's still not printing correctly. I am using C++ Builder 10.4.1 w/ImageEn 9.3.0

Frederick J. Yaklin III