conaito PPT2Flash SDK 3.7

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

Convert PPT to SWF File

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

Parameters

PPTfilename
Target PPT file
SWFfilename
Output SWF file
fromSlide
First slide to be converted
toSlide
Last slide to be converted

Implements

IPPApplication.ConvertPPT2SWFFile

See Also

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