I use the following code to save the chart to the Clipboard with pdf format, and when I paste it in a document ,it will be messy code, not a image. What should I do?Thanks!
Code:
Code: Select all
tChart1.Export.Image.PDF.CopyToClipboard();
Code: Select all
tChart1.Export.Image.PDF.CopyToClipboard();
I'm not sure if it is possible to copy the contents (text, images etc.) of an entire PDF file to the clipboard. Have you seen it done?Candy wrote:Hello,
I use the following code to save the chart to the Clipboard with pdf format, and when I paste it in a document ,it will be messy code, not a image. What should I do?Thanks!
Code:Code: Select all
tChart1.Export.Image.PDF.CopyToClipboard();
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
No, as you have seen, the CopyToClipboard() method of the PDF export class does not work as expected. This method will be deprecated in future versions of TChart.Candy wrote:Hello,
I'm not sure,so I want to know what the function about this method?
By other words, this method can't used for the pdf format? Thanks!
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |