Hello,
I have a Silverlight application with a large DataGrid. I have added the ability to export the contents of that DataGrid to Excel, PDF, and several other formats. In my export dialog, I have a checkbox that says "Burn to CD". The reason I'm trying to do this is my user base really wants to be able to export files directly to a CD.
My question is, is this even possible with Silverlight? I think I can do this through COM interop which was unveiled with Silverlight 4. But I know that COM interop is limited to Windows, because of this cross-platform support would be nixed. I guess my questions are:
- Can I burn to a CD with Silverlight?
- Is COM Interop "the way" to accomplish this?
- Is there a way to burn to a CD from Silverlight on the Mac?
Thank you!