conaito PPT2Flash SDK 3.7

PPApplication.ConvertPPT2SWF(String, String, Int32, Int32) Method

Convert PPT to SWF. Each power point slide is converted to separate swf file.

[Visual Basic]
Public NotOverridable Overloads Sub ConvertPPT2SWF( _
   ByVal filename As String, _
   ByVal foldername As String, _
   ByVal fromSlide As Integer, _
   ByVal toSlide As Integer _
) _
    Implements IPPApplication.ConvertPPT2SWF
[C#]
public void ConvertPPT2SWF(
   string filename,
   string foldername,
   int fromSlide,
   int toSlide
);

Parameters

filename
Target PPT File
foldername
Output Directory
fromSlide
First slide to be converted
toSlide
Last slide to be converted

Implements

IPPApplication.ConvertPPT2SWF

See Also

PPApplication Class | Conaito.PPLibrary Namespace | PPApplication.ConvertPPT2SWF Overload List