Using directive

hi all ive installed the Aspose.Slide.msi and ive referenced it in visual studio but i dont know which using directive to use. can anyone help

also does anyone know of a comprehensive tutorial on how to use it

thanks

andrew

Dear Andrew,

Thanks for considering Aspose.Slides.

You will use

using Aspose.Slides;

The installer also installs the Help file, if you open and traverse it, you will see a section namely Programmer’s Guide

You can also view Programmer’s Guide for Aspose.Slides online at this link.

works great thanks