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
 Copy PDFViewer Current Page As Png

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
Ken Randall Posted - Dec 17 2024 : 04:48:41
Hi Nigel,

I am using ImageEnView1.IEBitmap.CopyToClipboard(False,True); which works fine except that after adding an image and applying the changes the copy to clipboard does not include the image. How can I get this to work?

Thanks

Ken R
2   L A T E S T    R E P L I E S    (Newest First)
Ken Randall Posted - Dec 19 2024 : 02:06:06
Hi Nigel,

Thanks, works like a dream!

Ken R
xequte Posted - Dec 18 2024 : 20:15:40
When using the PDF Viewer there is no guarantee that the Bitmap contains content (as the drawing is virtual). So you need to force the drawing to the bitmap before attempting to use it:

ImageEnView1.PdfViewer.SyncToBitmap();
ImageEnView1.IEBitmap.CopyToClipboard(False,True);


Nigel
Xequte Software
www.imageen.com