I have Silverlight 3.0 applications with some custom graphs and some graphs. I need to find a better way to transfer these graphics to a PowerPoint presentation.
I read that Silverlight 4.0 offers a clipboard API, but there is only support for Unicode text, not images.
Is there a way to achieve this goal without forcing users to manually PrtScinsert them into other applications?
SL3 . , WriteableBitmap IsolStorage, FileSave, ( PowerPoint). SL3 , , PNG JPG. , PrtSc, Ctrl + P .
SL4 - SLOOB. AutomationFactory PowerPoint.
True = HtmlPage.IsPopupWindowAllowed ThenHtmlPage.PopupWindow( Uri ( " http://www.yourdomain.com/chartgenerator.ashx?param1=value1¶m2=value2" ), "", )End If
chartgenerator.aspx :
' ,
context.Response.AddHeader( "Content-Disposition", "inline; filename =" FilenameWithExt)
"", ", ":
context.Response.AddHeader( "Content-Disposition", "attachment; filename =" FilenameWithExt)
http://vbcity.com/blogs/mike-mcintyre/archive/2010/02/28/silverlight-3-pop-up-new-browser-window.aspx
Source: https://habr.com/ru/post/1744743/More articles:How to make Shell always be on top in SWT? - javaWhat applications use R-trees? - treeIn the extension method, how to create an object based on an implementation class - c #Attempting to connect to a CORBA service using corbaloc url - javaWhy is an object model necessary in a project? - oopChanging the SVN path completely - svnSQL SELECT with a time range - sqlWhat are the main and important things that I should learn as an iPhone app developer? - iphoneRuby attachment, function call from C - cHow to find intersections with ellipses in PGF / TikZ - intersectionAll Articles