How do I get an (ASP.NET) web page to open a bitmap image in a powerpoint presentation?

I need to quickly recommend a way to my company to: get an (ASP.NET) web page to open a bitmap image in a powerpoint presentation. I need to be able to demonstrate this ability ASAP. How (specifically) can I accomplish this? What phone number can I reach tech support people at? My number is (206) 227-1111. Please contact me ASAP! Thank you.

Dear Piraeus,

Thank you for considering Aspose.Slides.

You just need to know, how to take the image of slide. Aspose.Slides for .NET provide Slide.GetThumbnail API for it, it returns the slide image of specific size.

For code examples in general, you can see Aspose.Slides Wiki

http://www.aspose.com/Wiki/Default.aspx/Aspose.Slides/

And for a direct link to Creating Slide Thumbnail Image, go to this link

http://www.aspose.com/Wiki/default.aspx/Aspose.Slides/CreatingSlideThumbnail.html

You can also insert the image in your slide, for that purpose, you can use Slide.Shapes.AddPictureFrame method.

Adding Picture Frame to Slide

http://www.aspose.com/Wiki/default.aspx/Aspose.Slides/AddingPictureFrame.html