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
 PrintPreview PREVIEW Canvas Resolution Is Not Hi-Resolution (as in file) ?

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
andyhill Posted - Dec 12 2022 : 15:33:28
My code

...

          if (sRec.Attr and faDirectory) <> faDirectory then begin
            try
              ImageEnMView2.AppendImage(sRec.Name);
              ImageEnMView2.ImageFileName[ImageEnMView2.ImageCount-1]:=   sRec.Name;
              ImageEnMView2.ImageBottomText[ImageEnMView2.ImageCount-1]:= sRec.Name;
            except
            end;
          end;
...
 
  ImageEnMView2.MIO.DialogsMeasureUnit:=          ieduCm; // A6 105 × 148
  ImageEnMView2.MIO.PrintPreviewParams.Width:=    10.5;
  ImageEnMView2.MIO.PrintPreviewParams.Height:=   14.8;
  ImageEnMView2.MIO.PrintPreviewParams.Position:= ppCenter; 
  ImageEnMView2.MIO.PrintPreviewParams.Size:=     psSpecifiedSize; 
  // Show Hi-Resolution
  ImageEnMView2.MIO.PrintPreviewParams.PrintThumbnails:= False;
  ImageEnMView2.MIO.PrintPreviewParams.ThumbnailStyle:=  ptFlat;
  //
  ImageEnMView2.MIO.PrintPreviewParams.PrintSelected:= True;
  ImageEnMView2.MIO.PrintPreviewParams.DlgMaximized:=  True;
  ImageEnMView2.MIO.DoPrintPreviewDialog('cccc', false, 'Print Preview');

The print version is Hi-Resolution BUT NOT THE PREVIEW CANVAS - Please advise - Thanks in advance


Andy
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 13 2022 : 23:01:52
Hi Andy

Default for TImageEnMView should be ietNormal. ietFastThumb for TImageEnFolderMView

Nigel
Xequte Software
www.imageen.com
andyhill Posted - Dec 13 2022 : 13:31:25
As the MView was built dynamically in code at runtime, I failed to realize your default was ietThumb (now set to ietNormal) - thanks

Andy
xequte Posted - Dec 12 2022 : 20:28:06
Hi Andy

What is ImageEnMView2.StoreType?



Nigel
Xequte Software
www.imageen.com